Add always tags to set_fact tasks
Small correction to `when` clause in `tasks/elasticsearch-plugins.yml`.
This commit is contained in:
parent
aa129e4eb4
commit
87bbff5279
6 changed files with 41 additions and 1 deletions
|
|
@ -5,6 +5,8 @@
|
|||
- check
|
||||
- name: os-specific vars
|
||||
include_vars: "{{ansible_os_family}}.yml"
|
||||
tags:
|
||||
- always
|
||||
- include: java.yml
|
||||
tags:
|
||||
- java
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue