Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-04 10:55:05 +01:00
parent e15251aded
commit 573bbc12ca
5 changed files with 76 additions and 49 deletions

View File

@ -465,14 +465,14 @@
dest: /boot/config.txt
insertafter: EOF
line: '{{ item }}'
with_items: "{{system.boot_options}}"
with_items: "{{ system.boot_options }}"
- name: adjust /etc/modules
lineinfile:
dest: /etc/modules
insertafter: EOF
line: '{{ item }}'
with_items: "{{system.modules}}"
with_items: "{{ system.modules }}"
- name: change root partition
replace: