Execution
Date 22 May 2025 12:19:25 +0100
Duration 00:00:02.15
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/RM10018-edit-section.yaml

---
- name: Playbook to update panel.ini with wp-toolkit block
  hosts: all
  gather_facts: false
  tasks:
    - name: Get plesk server info
      plesk_info:
      register: p
    - name: Add wp-toolkit section on plesk servers
      when: p.plesk_found
      plesk_actions:
        action: edit_section
        section: ext-wp-toolkit
        block:
          virtualPatchesLicenseAdditionalLimit: 2
          showvirtualpatchesupsellwhenrestrictedviaplans: false
      register: add_res
      changed_when: add_res.section_exists