Merge "Allow passing tags to update/upgrade Ansible workflow"
This commit is contained in:
commit
1c32aa5f9e
@ -101,6 +101,7 @@ workflows:
|
|||||||
ANSIBLE_HOST_KEY_CHECKING: 'False'
|
ANSIBLE_HOST_KEY_CHECKING: 'False'
|
||||||
- verbosity: 1
|
- verbosity: 1
|
||||||
- work_dir: /var/lib/mistral
|
- work_dir: /var/lib/mistral
|
||||||
|
- tags: ''
|
||||||
- skip_tags: ''
|
- skip_tags: ''
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
@ -135,6 +136,7 @@ workflows:
|
|||||||
module_path: <% $.module_path %>
|
module_path: <% $.module_path %>
|
||||||
queue_name: <% $.ansible_queue_name %>
|
queue_name: <% $.ansible_queue_name %>
|
||||||
execution_id: <% execution().id %>
|
execution_id: <% execution().id %>
|
||||||
|
tags: <% $.tags %>
|
||||||
skip_tags: <% $.skip_tags %>
|
skip_tags: <% $.skip_tags %>
|
||||||
trash_output: true
|
trash_output: true
|
||||||
on-success:
|
on-success:
|
||||||
|
Loading…
Reference in New Issue
Block a user