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