Execution
Date 16 Jan 2026 06:50:46 +0000
Duration 00:02:43.23
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.4 / 1.7.4
Python 3.10.10
Summary
396 Hosts
3 Tasks
788 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/RM10253-add-plesk-php84-5.yaml

---
- name: Install plesks phps
  hosts: all
  gather_facts: true
  tasks:
    - name: Get info
      plesk_info:
      register: plsk
    - name: Install phps
      when: plsk.plesk_found and not plsk.imunify_found
      ansible.builtin.lineinfile:
        path: /home/ssh-gateway/ansible/kuly/RM10253-plesks-without-alt
        line: "{{ inventory_hostname }}"
        create: true
        mode: '0644'
      delegate_to: 127.0.0.1
      changed_when: plsk.plesk_found and not plsk.imunify_found