Execution
Date 11 Sep 2024 11:09:20 +0100
Duration 00:00:00.65
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
1 Hosts
2 Tasks
2 Results
1 Plays
1 Files
0 Records

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

---
- name: Ensure plesk_hosts is initialized on localhost
  hosts: localhost
  gather_facts: true
  tasks:
    - name: Ensure plesk_hosts is initialized on localhost
      ansible.builtin.set_fact:
        plesk_hosts: "{{ hostvars['localhost'].plesk_hosts | default([]) }}"
    - name: Show it
      ansible.builtin.debug:
        var: plesk_hosts