From 0f84be55b28152a35223250d80c23c815c866c2e Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 18 Jul 2024 16:44:33 -0400 Subject: [PATCH] fix verify --- bigboot_execute_resize.yml | 2 +- bigboot_setup_environment.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bigboot_execute_resize.yml b/bigboot_execute_resize.yml index 23832d7..08cf67b 100644 --- a/bigboot_execute_resize.yml +++ b/bigboot_execute_resize.yml @@ -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 diff --git a/bigboot_setup_environment.yml b/bigboot_setup_environment.yml index 53d236d..0bcbba2 100644 --- a/bigboot_setup_environment.yml +++ b/bigboot_setup_environment.yml @@ -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