Skip to content

Commit 8da1869

Browse files
committed
Temporary debug message
1 parent 47d5d02 commit 8da1869

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ansible/roles/apt/tasks/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
loop_control:
6969
label: "{{ item.key }}"
70-
70+
7171
- name: Add 3rd-party repositories (2/2)
7272
notify: apt update
7373
with_dict: "{{ apt.repositories }}"
@@ -82,12 +82,15 @@
8282

8383
- # Required to re-run `apt update` before installing the latest Ansible version
8484
meta: flush_handlers
85-
85+
8686
- name: Install latest ansible
8787
apt:
8888
name: ansible
8989
state: latest
9090

91+
- debug:
92+
msg: "{{ apt.packages.values() | flatten | list }}"
93+
9194
- name: Install extra packages
9295
apt:
9396
name: "{{ apt.packages | flatten | map(attribute='name') | list }}"

0 commit comments

Comments
 (0)