Skip to content

Commit f3710d2

Browse files
authored
Setting notifications to 'False' for LDAP user (#99)
1 parent 7273298 commit f3710d2

File tree

1 file changed

+1
-1
lines changed
  • inventory-generation/identity-management

1 file changed

+1
-1
lines changed

inventory-generation/identity-management/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
- name: "Add LDAP Service Account"
3939
set_fact:
40-
users: "{{ (users | default([])) + [ { 'first_name': 'LDAP', 'last_name': 'SA', 'email': '[email protected]', 'user_name': ocp_ldap_sa_username, 'generate_password': false, 'password': ocp_ldap_sa_password } ] }}"
40+
users: "{{ (users | default([])) + [ { 'first_name': 'LDAP', 'last_name': 'SA', 'email': '[email protected]', 'user_name': ocp_ldap_sa_username, 'generate_password': False, 'notify_user': False, 'password': ocp_ldap_sa_password } ] }}"
4141

4242
- name: "Get Unique Groups"
4343
set_fact:

0 commit comments

Comments
 (0)