i'm stupid

This commit is contained in:
2024-07-10 11:55:13 +05:30
parent 83a298cae5
commit 336688d51f

View File

@@ -11,7 +11,7 @@
prompt: "State" prompt: "State"
private: no private: no
- name: tag - name: tag
prompt: "Tags" hosts: "hosts"
private: no private: no
tasks: tasks:
- name: Modify state of package in debian and ubuntu - name: Modify state of package in debian and ubuntu
@@ -21,5 +21,5 @@
state: "{{ state }}" state: "{{ state }}"
autoremove: yes autoremove: yes
when: ansible_facts['os_family'] == "Debian" when: ansible_facts['os_family'] == "Debian"
tags: hosts:
- "{{ tag }}" - "{{ tag }}"