Comply with linting on proxy setup

This commit is contained in:
2023-11-05 21:34:19 -05:00
parent 598359854f
commit a2e60972c7
6 changed files with 29 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
listen: restart_mariadb
- name: Set MariaDB as restarted
set_fact:
ansible.builtin.set_fact:
mariadb_restarted: true
when: not mariadb_restarted
listen: restart_mariadb

View File

@@ -4,7 +4,7 @@
state: present
- name: Set MariaDB restarted fact
set_fact:
ansible.builtin.set_fact:
mariadb_restarted: false
- name: Regather facts for the potentially new docker0 interface