You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use undergreen.mongodb and you use the --tags mongodb, the task Include OS-specific variables and all tasks in install.debian.yml are NOT executed, resulting a very different behavior.
Also there is lot of include aka include_tasks but I'm not sure about the usage but in the documentation it seems tags aren't applied to included tasks.
May be need to use this syntax
- name: Apply tags to tasks within included file
include_tasks:
file: install.yml
apply:
tags:
- install
tags:
- always
The text was updated successfully, but these errors were encountered:
HugoPoi
changed the title
Debian.yml doesn't included when using tags, change the general behavior
Task in install.debian.yml when using tags aren't executed
Sep 12, 2019
HugoPoi
changed the title
Task in install.debian.yml when using tags aren't executed
Tasks in install.debian.yml when using tags aren't executed
Sep 12, 2019
When you use
undergreen.mongodb
and you use the--tags mongodb
, the taskInclude OS-specific variables
and all tasks ininstall.debian.yml
are NOT executed, resulting a very different behavior.Also there is lot of
include
akainclude_tasks
but I'm not sure about the usage but in the documentation it seems tags aren't applied to included tasks.May be need to use this syntax
The text was updated successfully, but these errors were encountered: