Add service fact gathering
This commit is contained in:
parent
782aa94210
commit
27d5965e82
@ -45,6 +45,9 @@
|
|||||||
when:
|
when:
|
||||||
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool
|
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool
|
||||||
|
|
||||||
|
- name: Ensure service facts are available
|
||||||
|
ansible.builtin.service_facts:
|
||||||
|
|
||||||
- name: Restore Docker service to its pre-Bigboot state
|
- name: Restore Docker service to its pre-Bigboot state
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: "{{ bigboot_docker_service }}"
|
name: "{{ bigboot_docker_service }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user