Hi,
I think the tasks has an error:
- name: Run the installer
action: command
{{ ipaserver_base_command }}
...
This should be probably only the following I think:
- name: Run the installer
command: >
{{ ipaserver_base_command }}
...
Or at least I can not find anything about this Ansible "action" module. If you want I can create a pull request for it.
Hi,
I think the tasks has an error:
This should be probably only the following I think:
Or at least I can not find anything about this Ansible "action" module. If you want I can create a pull request for it.