From 42233fba609fdf54e25a8961178b8464380af106 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Sat, 9 Nov 2019 08:53:48 -0600 Subject: [PATCH] Do not overwrite modified COmanage Registry service stack file Do not overwrite a modified COmanage Registry service stack file. This change allows the trainers to be "practicing" on a node and not have their work disturbed when the playbook is run again. --- roles/training/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/training/tasks/main.yml b/roles/training/tasks/main.yml index 13c91eb..e2d9d63 100644 --- a/roles/training/tasks/main.yml +++ b/roles/training/tasks/main.yml @@ -43,6 +43,9 @@ owner: training group: training mode: '0644' + # Do not overwrite an existing file even if it has been + # modified. + force: no - name: Copy structure LDIF input file copy: