I can't figure out why this is failing... syntax is correct as far as I can see. I could use another pair of eyes.
ERROR: ERROR! this task 'import_playbook' has extra params, which is only allowed in the following modules: command, win_command, shell, win_shell, script, include, include_vars, include_tasks, include_role, import_tasks, import_role, add_host, group_by, set_fact, raw, meta ... The offending line appears to be: # tasks file for user rights - import_playbook: /playbooks/one-offs/update_gitlab_scripts.yml Top part of playbook: - import_playbook: /playbooks/one-offs/update_gitlab_scripts.yml The following also fails: - import_playbook: update_gitlab_scripts.yml So, the last is pretty basic.... unsure why it is throwing the error that it is throwing. This is in the r -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3b7ef99f-7e76-4ce0-933c-80b09ad6f8b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
