Fix host's module managedby_host playbooks.

The host's module example playbooks had syntax errors that prevented
its execution. The tasks were described as dicts rather than lists.
This commit is contained in:
Rafael Guterres Jeffman
2020-08-27 16:26:18 -03:00
parent 786c902a3c
commit 287d12d455
7 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
become: true
tasks:
ipahost:
- ipahost:
ipaadmin_password: SomeADMINpassword
name: host01.exmaple.com
managedby_host: server.exmaple.com