Execution
Date 13 Feb 2025 14:55:37 +0000
Duration 00:00:03.68
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
1 Hosts
3 Tasks
3 Results
1 Plays
1 Files
0 Records

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

---
- name: Test Playbook for Plesk, Imunify360, and CloudLinux
  hosts: all
  tasks:
    - name: Check system information
      plesk_info:
      register: si

    - name: Log Plesk status
      ansible.builtin.debug:
        msg: "non plesk server"
      when: not si.plesk_found
      changed_when: not si.plesk_found