Execution
Date 13 Jan 2025 12:05:38 +0000
Duration 00:02:43.45
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
332 Hosts
3 Tasks
994 Results
1 Plays
1 Files
0 Records

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

---
- name: Test Plesk Info Module
  hosts: all
  tasks:
    - name: Check Plesk binary and version
      plesk_info:
      register: plsk
    - name: Check if server is CloudLinux
      when: plsk.cloudlinux_found
      ansible.builtin.debug:
        msg: "This is cloudlinux"