mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-15 14:02:02 +00:00
playbooks, README-host: Change exmaple to example
This changes exmaple to example.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Service HTTP/www.exmaple.com member principals host/test.exmaple.com absent
|
||||
- name: Service HTTP/www.example.com member principals host/test.example.com absent
|
||||
ipaservice:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: HTTP/www.example.com
|
||||
principal:
|
||||
- host/test.exmaple.com
|
||||
- host/test.example.com
|
||||
action: member
|
||||
state: absent
|
||||
|
||||
Reference in New Issue
Block a user