remove duplicate key mapping
This commit is contained in:
@@ -15,11 +15,11 @@
|
|||||||
private: no
|
private: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: Modify state of package in debian and ubuntu
|
- name: Modify state of package in debian and ubuntu
|
||||||
tags: debian
|
|
||||||
apt:
|
apt:
|
||||||
name: "{{ package_name }}"
|
name: "{{ package_name }}"
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
state: "{{ state }}"
|
state: "{{ state }}"
|
||||||
autoremove: yes
|
autoremove: yes
|
||||||
when: ansible_facts['os_family'] == "Debian"
|
when: ansible_facts['os_family'] == "Debian"
|
||||||
tags: "{{ tag }}"
|
tags:
|
||||||
|
- "{{ tag }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user