This commit is contained in:
2024-07-10 11:47:15 +05:30
parent ef62074ddb
commit c8811e08a9

View File

@@ -10,6 +10,9 @@
- name: state
prompt: "State"
private: no
- name: tags
prompt: "Tags"
private: no
tasks:
- name: Modify state of package in debian and ubuntu
tags: debian
@@ -19,3 +22,4 @@
state: "{{ state }}"
autoremove: yes
when: ansible_facts['os_family'] == "Debian"
tags: "{{ tags }}"