change var tags name to tag

This commit is contained in:
2024-07-10 11:50:44 +05:30
parent c8811e08a9
commit 051f6fbc3f

View File

@@ -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 }}"