Execution
Date 11 Dec 2025 15:25:23 +0000
Duration 00:00:53.74
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
0 Hosts
1 Tasks
0 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/RM10228-selector.yaml

---
- name: Get cl selectors
  hosts: all
  gather_facts: false
  tasks:
    - name: Get plesk
      plesk_info:
      register: plsk
    - name: On cl servers run check
      when: plsk.cloudlinux_found
      ansible.builtin.debug:
        msg: "Server found"
      changed_when: plsk.cloudlinux_found