Execution
Date 16 Dec 2024 13:28:22 +0000
Duration 00:01:54.96
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
296 Hosts
3 Tasks
590 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/temp.yaml

---
- name: Test Plesk Info Module
  hosts: all
  tasks:
    - name: Check Plesk binary and version
      plesk_info:
      register: plsk
    - name: Show if litespeed
      when: plsk.plesk_found and plsk.litespeed_found
      ansible.builtin.shell: |
        set -o pipefail
        touch /opt/litespeed-ls.flag
        ls -la /opt/litespeed-ls.flag
      args:
        executable: /bin/bash
      changed_when: false