From e3564358841874556793ebfeeba15dffea02d9eb Mon Sep 17 00:00:00 2001 From: Cory Hawkless Date: Fri, 2 Dec 2022 16:14:40 +1030 Subject: [PATCH] s --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index b016f0d..68ef966 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,18 +9,18 @@ template: src: templates/rbd_secret.xml.j2 dest: /tmp/secret.xml -# when: virsh_secret_result.rc != 0 + when: virsh_secret_result.rc != 0 ignore_errors: true tags: libvirt-secret - name: Define libvirt RBD secret command: virsh secret-define /tmp/secret.xml -# when: virsh_secret_result.rc != 0 + when: virsh_secret_result.rc != 0 ignore_errors: true tags: libvirt-secret - name: Set libvirt RBD secret command: virsh secret-set-value {{ rbd_secret_uuid }} {{ rbd_secret_key }} -# when: virsh_secret_result.rc != 0 + when: virsh_secret_result.rc != 0 ignore_errors: true tags: libvirt-secret