Skip to content

Task named "Run the installer" is probably wrong. #7

@csabapatyi

Description

@csabapatyi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions