fix verify

This commit is contained in:
Chris Hammer 2024-07-18 16:44:33 -04:00
parent 337d6df638
commit 0f84be55b2
2 changed files with 6 additions and 6 deletions

View File

@ -74,7 +74,7 @@
when:
- bigboot_data[inventory_hostname]['bigboot_execute_bigboot'] | bool
- name: Re-enabling Docker service due to overlay filesystem incompatibility
- name: Re-enabling Docker service
ansible.builtin.service:
name: docker.service
state: started

View File

@ -12,11 +12,11 @@
- name: Cleanup from any previous executions
ansible.builtin.import_tasks: tasks/cleanup.yml
- name: Disable Docker service if present due to incompatibility
ansible.builtin.service:
name: docker.service
state: stopped
enabled: false
# - name: Disable Docker service if present due to incompatibility
# ansible.builtin.service:
# name: docker.service
# state: stopped
# enabled: false
- name: Capture boot device details
ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml