Execution
Date 04 Sep 2024 10:15:17 +0100
Duration 00:03:19.21
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
134 Hosts
12 Tasks
1597 Results
1 Plays
11 Files
0 Records

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

---
- name: Test playbook
  hosts: all
  roles:
    - plesk
    - imunify360
  tasks:
    - name: Do somenthing
      when: imunify_found
      ansible.builtin.debug:
        msg: "There you go!"