Execution
Date 30 Oct 2024 16:05:26 +0000
Duration 00:00:00.17
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
0 Hosts
0 Tasks
0 Results
1 Plays
1 Files
0 Records

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

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

    - name: Display Plesk found status
      when: not plsk.plesk_found
      ansible.builtin.fail:
        msg: "This is not a plesk server"