Files
ansible-freeipa/playbooks/sudorule/ensure-sudorule-is-absent.yml
Rafael Guterres Jeffman df87ff464a example playbooks: ipaadmin_password is used and consistent.
Some example playbooks do not had the parameter `ipaadmin_password`
set, and some had a different value than the standard value
"SomeADMINpassword".

This patch fixes this difference in all example playbooks.
2022-03-30 08:45:05 -03:00

12 lines
208 B
YAML

---
- name: Tests
hosts: ipaserver
become: true
tasks:
- name: Ensure sudorule command is absent
ipasudorule:
ipaadmin_password: SomeADMINpassword
name: testrule1
state: absent