lint: remove homePhone duplicate and extra whitespace

This commit is contained in:
Louis Abel 2024-04-22 13:51:06 -07:00
parent 9c0a787b9c
commit 19dc09e713
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@
street: []
ipaSshPubKey: []
telephoneNumber: []
homePhone: []
collections:
- freeipa.ansible_freeipa
@ -72,6 +71,6 @@
bind_dn: "uid={{ ipaadmin_principal }},cn=users,cn=accounts,dc=rockylinux,dc=org"
bind_pw: "{{ ipaadmin_password }}"
loop:
- fasStatusNote: "Account Disabled: {{ ticket_id }}"
- fasStatusNote: "Account Disabled: {{ ticket_id }}"
- fasisprivate: true
...