change var tags name to tag
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
- name: state
|
- name: state
|
||||||
prompt: "State"
|
prompt: "State"
|
||||||
private: no
|
private: no
|
||||||
- name: tags
|
- name: tag
|
||||||
prompt: "Tags"
|
prompt: "Tags"
|
||||||
private: no
|
private: no
|
||||||
tasks:
|
tasks:
|
||||||
@@ -22,4 +22,4 @@
|
|||||||
state: "{{ state }}"
|
state: "{{ state }}"
|
||||||
autoremove: yes
|
autoremove: yes
|
||||||
when: ansible_facts['os_family'] == "Debian"
|
when: ansible_facts['os_family'] == "Debian"
|
||||||
tags: "{{ tags }}"
|
tags: "{{ tag }}"
|
||||||
Reference in New Issue
Block a user