Execution
Date 06 Sep 2024 13:29:14 +0100
Duration 00:00:01.55
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
1 Hosts
3 Tasks
3 Results
1 Plays
6 Files
0 Records

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

---
- name: Test playbook
  hosts: all
  gather_facts: false
  roles:
    - plesk
  tasks:
    - name: Check for Plesk and set state
      ansible.builtin.debug:
        msg: "{{ 'Plesk binary was not found on the system.' if not plesk_found else 'Plesk binary found.' }}"
      changed_when: not plesk_found