We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caf522 commit 5814649Copy full SHA for 5814649
README.md
@@ -67,6 +67,12 @@ Role Variables
67
# (required for 'create' and 'alter')
68
# Randomly generated if not defined
69
id_db_user_password: "{{ lookup('password', '/dev/null length=12 chars=ascii_letters,digits') }}"
70
+
71
+ # On removal the secrets (in the user namespace)
72
+ # are normally expected to exist. If they do not
73
+ # (i.e. you've deleted them by accident) then
74
+ # set the following to 'no' to skip the built-in assertion.
75
+ id_check_user_secrets_on_delete: yes
76
77
Dependencies
78
------------
0 commit comments