This commit is contained in:
2024-07-29 16:08:33 -04:00
parent 205101856b
commit f655d19716
2 changed files with 4 additions and 15 deletions

View File

@ -74,17 +74,6 @@
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool
- name: Get the list of services on the host
ansible.builtin.service_facts:
- name: Re-enabling Docker service
ansible.builtin.service:
name: docker.service
state: started
enabled: true
when:
- "'docker.service' in ansible_facts['services']"
- name: Re-enabling services previously disabled
ansible.builtin.service:
name: "{{ item }}"