Maybe something like this: python -c 'import
yaml,sys;yaml.safe_load(sys.stdin)' < common-tasks.yml

On Thu, Sep 20, 2018 at 1:15 AM <furstenh...@geoblink.com> wrote:

> This might be in the docs, but I cannot find it. I have the following
> files:
>
> first-playbook.yml
> second-playbook.yml
> common-tasks.yml
>
> common-tasks.yml is a list of tasks that is used in first-playbook.yml and
> second-playbook.yml through include_tasks common-tasks.yml
>
> I'd like to syntax check everything before deploying. For playbooks I can
> do:
>
> ansible-playbook --syntax-check first-playbook.yml
>
> However, it is not possible for common tasks because it is a list of tasks
>
> https://github.com/ansible/ansible/issues/16778
>
>
> Another option would be that tasks got validated when including them, but
> that is not the case:
>
> https://github.com/ansible/ansible/issues/15709
>
>
>
> Is there a flag/ansible command that I can use to syntax check a list of
> tasks?
>
> Ansible version
>
> ansible 2.6.4
>
>
> --
> 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 ansible-project+unsubscr...@googlegroups.com.
> To post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/1b131041-d605-48fd-94c2-7fa15cd59e86%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/1b131041-d605-48fd-94c2-7fa15cd59e86%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
- Andrew "lathama" Latham -

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CA%2Bqj4S_NktU2AuT0LVqDDDR7zwMYMF80R0OFJ5b66_avQVtarg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to