Execution
Date 05 Nov 2024 18:10:55 +0000
Duration 00:00:01.50
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
1 Hosts
3 Tasks
3 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