Execution
Date 11 Sep 2024 20:23:41 +0100
Duration 00:00:05.99
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
12 Hosts
2 Tasks
24 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