Execution
Date 11 Sep 2024 18:27:03 +0100
Duration 00:00:06.42
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
11 Hosts
3 Tasks
33 Results
1 Plays
6 Files
0 Records

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

1
2
3
4
5
6
7
8
9
---
- name: Plugin
  hosts: all
  roles:
    - plesk
  tasks:
    - name: Print them
      ansible.builtin.debug:
        msg: "Plesk is {{ plesk_found }} and version is {{ plesk_version }}"