Execution
Date 12 Sep 2024 09:17:29 +0100
Duration 00:00:01.23
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
1 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"