From 778dad6107eb20223ae900f93329916b14fa676a Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Thu, 27 Feb 2020 19:25:04 +0100 Subject: debian: apt: show nicer loop items --- roles/debian/tasks/apt.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles') diff --git a/roles/debian/tasks/apt.yml b/roles/debian/tasks/apt.yml index 82bbedd..3384fb6 100644 --- a/roles/debian/tasks/apt.yml +++ b/roles/debian/tasks/apt.yml @@ -68,6 +68,8 @@ id: "{{ apt_repos[item.key]['key_id'] }}" state: present with_dict: '{{ apt_sources }}' + loop_control: + label: '{{ item.key }}' when: "'key_url' in apt_repos[item.key]" - name: Update apt cache -- cgit v1.2.1