From 19dc09e71371e8c3c9ebe39e7e5c0903172e08fe Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 22 Apr 2024 13:51:06 -0700 Subject: [PATCH] lint: remove homePhone duplicate and extra whitespace --- adhoc-ipauser-disable-pdr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adhoc-ipauser-disable-pdr.yml b/adhoc-ipauser-disable-pdr.yml index 2fb98c6..5266e78 100644 --- a/adhoc-ipauser-disable-pdr.yml +++ b/adhoc-ipauser-disable-pdr.yml @@ -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 ...