playbooks, README-host: Change exmaple to example

This changes exmaple to example.
This commit is contained in:
Thomas Woerner
2021-09-29 10:08:13 +02:00
parent 8fe41495a0
commit ffe8a121dd
20 changed files with 57 additions and 57 deletions

View File

@@ -266,10 +266,10 @@ Example playbook to ensure presence of member managedby_host for serveral hosts:
ipahost:
ipaadmin_password: SomeADMINpassword
hosts:
- name: host01.exmaple.com
managedby_host: server.exmaple.com
- name: host02.exmaple.com
managedby_host: server.exmaple.com
- name: host01.example.com
managedby_host: server.example.com
- name: host02.example.com
managedby_host: server.example.com
action: member
```