Execution
Date 11 Sep 2024 17:25:40 +0100
Duration 00:00:05.74
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
2 Tasks
20 Results
1 Plays
1 Files
0 Records

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

---
- name: Test playbook
  hosts: all
  tasks:
    - name: Check if Plesk binary exists and capture version information
      plesk_info:
    - name: Set Plesk facts
      ansible.builtin.set_fact:
        plesk_found: "{{ plesk_info.plesk_found }}"
        plesk_version: "{{ plesk_info.plesk_version }}"
    - name: Show them
      ansible.builtin.debug:
        var: plesk_found