diff --git a/playbooks/modify-package-state.yml b/playbooks/modify-package-state.yml index c41f754..e6fc2d8 100644 --- a/playbooks/modify-package-state.yml +++ b/playbooks/modify-package-state.yml @@ -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 }}" \ No newline at end of file + tags: "{{ tag }}" \ No newline at end of file