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