mirror of https://github.com/ansible/ansible.git
* update tag docs
(cherry picked from commit 97acb0f470
)
pull/75001/head
parent
dce10b89ad
commit
f752c7f179
@ -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