diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-13 14:38:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-14 01:31:15 +0200 |
| commit | 296be49e6918fedb22d1dab040ff9fdf3624c055 (patch) | |
| tree | 0baf68c324e8340ec5a4d952fee4dbcc12b3670a /roles/bootstrap/tasks/install-raspberry.yml | |
| parent | 7b444a5853933496febef4cbaf614f1fa0434cc6 (diff) | |
Refactor template naming for bootstrap
Diffstat (limited to 'roles/bootstrap/tasks/install-raspberry.yml')
| -rw-r--r-- | roles/bootstrap/tasks/install-raspberry.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/bootstrap/tasks/install-raspberry.yml b/roles/bootstrap/tasks/install-raspberry.yml index a85a168..179b6a8 100644 --- a/roles/bootstrap/tasks/install-raspberry.yml +++ b/roles/bootstrap/tasks/install-raspberry.yml @@ -75,9 +75,9 @@ dest: "{{ item.dest }}" mode: "0644" loop: - - src: "raspberry.config.j2" + - src: "raspberry/raspberry.config.j2" dest: "{{ mnt_boot_path }}/config.txt" - - src: "raspberry.cmdline.j2" + - src: "raspberry/raspberry.cmdline.j2" dest: "{{ mnt_boot_path }}/cmdline.txt" - name: "Configure boot order" |
