mirror of https://github.com/ansible/ansible.git
role argspec - tag role argspec validation task with 'always' (#74994)
* update tag docspull/74997/head
parent
d2d45900ed
commit
97acb0f470
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- roles - make sure argspec validation task is tagged with ``always`` (https://github.com/ansible/ansible/pull/74994).
|
||||||
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
gather_facts: false
|
||||||
|
tasks:
|
||||||
|
- name: "Tag test #1"
|
||||||
|
import_role:
|
||||||
|
name: a
|
||||||
|
vars:
|
||||||
|
a_str: "tag test #1"
|
||||||
|
tags:
|
||||||
|
- foo
|
||||||
Loading…
Reference in New Issue