Execution
Date 11 Sep 2024 18:46:04 +0100
Duration 00:00:05.47
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
11 Hosts
2 Tasks
21 Results
1 Plays
1 Files
0 Records

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

---
- name: Test Plesk Info Module
  hosts: all
  tasks:
    - name: Check Plesk binary and version
      plesk_info:
      register: plesk_info_result

    - name: Display Plesk found status
      ansible.builtin.debug:
        msg: "Plesk found is: {{ plesk_info_result.plesk_found }} and version is: {{ plesk_info_result.plesk_version }}"