Execution
Date 12 Sep 2024 09:13:42 +0100
Duration 00:00:01.11
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
2 Tasks
2 Results
1 Plays
1 Files
0 Records

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

---
- name: Playbook
  hosts: all
  tasks:
    - name: Check for duplicate sections in panel.ini and display them
      plesk_actions:
        action: check_duplicates
      register: duplicate_sections
    - name: Display duplicate sections and their content
      debug:
        var: duplicate_sections