Execution
Date 11 Sep 2024 20:51:49 +0100
Duration 00:01:18.92
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
138 Hosts
3 Tasks
414 Results
1 Plays
6 Files
0 Records

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

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