Execution
Date 04 Sep 2024 15:49:34 +0100
Duration None
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
0 Hosts
1 Tasks
0 Results
1 Plays
11 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/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!"