Encryption and major changes
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
ignore_errors: true
|
||||
|
||||
- name: Configure user access
|
||||
when: item.enabled and secret_exists.stdout != "0"
|
||||
when: item.enabled and secret_exists.stdout != "0" and secret_exists.stdout != ""
|
||||
block:
|
||||
- name: Get the secret name
|
||||
ansible.builtin.shell: |
|
||||
|
||||
Reference in New Issue
Block a user