Add Debian/Official Docker repo toggle
- Default docker_official toggle to false (for now) - Preempt MariaDB restart before container restarts - Start containers in a handler
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
name: mariadb-server
|
||||
state: present
|
||||
|
||||
- name: Set MariaDB restarted fact
|
||||
set_fact:
|
||||
mariadb_restarted: false
|
||||
|
||||
- name: Regather facts for the potentially new docker0 interface
|
||||
ansible.builtin.setup:
|
||||
|
||||
|
Reference in New Issue
Block a user