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