Execution
Date 09 Sep 2024 11:35:45 +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
10 Hosts
3 Tasks
30 Results
1 Plays
6 Files
0 Records

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

---
- name: Test playbook
  hosts: all
  gather_facts: false
  roles:
    - plesk
  tasks:
    - name: Task to trigger
      when: plesk_found
      ansible.builtin.debug:
        msg: "this is ok"