Skip to content

Commit 5814649

Browse files
author
Alan Christie
committed
- Updated README
1 parent 9caf522 commit 5814649

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Role Variables
6767
# (required for 'create' and 'alter')
6868
# Randomly generated if not defined
6969
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
7076

7177
Dependencies
7278
------------

0 commit comments

Comments
 (0)