roles/common: fix unnamed blocks
This commit is contained in:
parent
587bd6dcdd
commit
fc0fcc5742
@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
- block:
|
||||
- name: Configure Debian packages
|
||||
block:
|
||||
- name: Configure apt mirror
|
||||
ansible.builtin.template: src=sources.list.j2 dest=/etc/apt/sources.list owner=root group=root mode=0644
|
||||
when: ansible_architecture != 'armv7l'
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
- block:
|
||||
- name: Configure Ubuntu packages
|
||||
block:
|
||||
- name: Configure apt mirror
|
||||
ansible.builtin.template: src=sources.list.j2 dest=/etc/apt/sources.list owner=root group=root mode=0644
|
||||
when: ansible_architecture != 'armv7l'
|
||||
|
Loading…
Reference in New Issue
Block a user