diff --git a/README-hbacrule.md b/README-hbacrule.md index 070af6f6ca..7ec23e869d 100644 --- a/README-hbacrule.md +++ b/README-hbacrule.md @@ -44,7 +44,7 @@ Example playbook to make sure HBAC Rule login exists: ```yaml --- - name: Playbook to handle hbacrules - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: @@ -60,7 +60,7 @@ Example playbook to make sure HBAC Rule login exists with the only HBAC Service ```yaml --- - name: Playbook to handle hbacrules - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: @@ -77,7 +77,7 @@ Example playbook to make sure HBAC Service sshd is present in HBAC Rule login: ```yaml --- - name: Playbook to handle hbacrules - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: @@ -95,7 +95,7 @@ Example playbook to make sure HBAC Service sshd is absent in HBAC Rule login: ```yaml --- - name: Playbook to handle hbacrules - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: @@ -114,7 +114,7 @@ Example playbook to make sure HBAC Rule login is absent: ```yaml --- - name: Playbook to handle hbacrules - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: diff --git a/README-hbacsvcgroup.md b/README-hbacsvcgroup.md index 0846350f2a..4add56eeb6 100644 --- a/README-hbacsvcgroup.md +++ b/README-hbacsvcgroup.md @@ -44,7 +44,7 @@ Example playbook to make sure HBAC Service Group login exists: ```yaml --- - name: Playbook to handle hbacsvcgroups - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: @@ -60,7 +60,7 @@ Example playbook to make sure HBAC Service Group login exists with the only HBAC ```yaml --- - name: Playbook to handle hbacsvcgroups - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: @@ -77,7 +77,7 @@ Example playbook to make sure HBAC Service sshd is present in HBAC Service Group ```yaml --- - name: Playbook to handle hbacsvcgroups - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: @@ -95,7 +95,7 @@ Example playbook to make sure HBAC Service sshd is absent in HBAC Service Group ```yaml --- - name: Playbook to handle hbacsvcgroups - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: @@ -114,7 +114,7 @@ Example playbook to make sure HBAC Service Group login is absent: ```yaml --- - name: Playbook to handle hbacsvcgroups - hbacsvcs: ipaserver + hosts: ipaserver become: true tasks: