From 83a298cae58a6dcfc617df94d2e1c4457da0dbf9 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Wed, 10 Jul 2024 11:52:47 +0530 Subject: [PATCH] remove duplicate key mapping --- playbooks/modify-package-state.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/modify-package-state.yml b/playbooks/modify-package-state.yml index e6fc2d8..79310c1 100644 --- a/playbooks/modify-package-state.yml +++ b/playbooks/modify-package-state.yml @@ -15,11 +15,11 @@ private: no tasks: - name: Modify state of package in debian and ubuntu - tags: debian apt: name: "{{ package_name }}" update_cache: yes state: "{{ state }}" autoremove: yes when: ansible_facts['os_family'] == "Debian" - tags: "{{ tag }}" \ No newline at end of file + tags: + - "{{ tag }}"