Execution
Date 12 Sep 2024 08:32:00 +0100
Duration 00:00:18.99
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
12 Hosts
10 Tasks
120 Results
1 Plays
16 Files
0 Records

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

---
- name: Plugin
  hosts: all
  roles:
    - plesk
    - imunify360
    - cloudlinux
  tasks:
    - name: Print them
      ansible.builtin.fail:
        msg: "This is not a plesk server"
      when: not plesk_found