From f62c53ddf28033109b6e8dd707623fd061f28239 Mon Sep 17 00:00:00 2001 From: Stephane Armanet <stephanearmanet@esss.lu.se> Date: Thu, 21 Sep 2023 09:32:01 +0200 Subject: [PATCH] idempotence fix --- tasks/system-rescue-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/system-rescue-cd.yml b/tasks/system-rescue-cd.yml index 50596e2..3f267a4 100644 --- a/tasks/system-rescue-cd.yml +++ b/tasks/system-rescue-cd.yml @@ -16,6 +16,7 @@ path: /mnt/sysrescucd fstype: iso9660 state: mounted + changed_when: false - name: create folders for system-rescue-cd components in tftp file: @@ -50,6 +51,7 @@ path: /mnt/sysrescucd fstype: iso9660 state: unmounted + changed_when: false - name: create autorun script repo for Ubuntu installation file: -- GitLab