Execution
Date 04 Sep 2024 12:17:44 +0100
Duration 00:00:04.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
11 Tasks
11 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 and plesk_found
      ansible.builtin.debug:
        msg: "There you go!"
      failed_when: not imunify_found