Execution
Date 20 Aug 2024 15:28:56 +0100
Duration None
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
29 Hosts
6 Tasks
84 Results
1 Plays
6 Files
0 Records

File: /home/ssh-gateway/ansible/projects/RM9700/RM9700_change_mariadb_override.yaml

---
- name: Playbook to adjust mariadb override conf
  hosts: all
  gather_facts: false
  roles:
    - plesk
  tasks:
    - name: Check if file exists
      ansible.builtin.shell: |
        set -o pipefail
        ls -la /etc/systemd/system/mariadb.service.d/override.conf
      args:
        executable: /bin/bash
      changed_when: false