diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-11 14:29:16 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-11 14:29:16 +0200 |
| commit | 2108e706fdb2c14cf22b90c3f0ae454a750db89c (patch) | |
| tree | 514a4e3569fe024d6656269df0aabff71235bd21 /host_vars | |
| parent | f6e8627990a4c0cf6b9d915beaf6dc38f0979be4 (diff) | |
Fix rpi setup
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/rpi5-iso.local.yml | bin | 577 -> 596 bytes | |||
| -rw-r--r-- | host_vars/rpi5-iso.local.yml.example | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/rpi5-iso.local.yml b/host_vars/rpi5-iso.local.yml Binary files differindex 04b3db2..56a19bf 100644 --- a/host_vars/rpi5-iso.local.yml +++ b/host_vars/rpi5-iso.local.yml diff --git a/host_vars/rpi5-iso.local.yml.example b/host_vars/rpi5-iso.local.yml.example index 6a98993..edd1a75 100644 --- a/host_vars/rpi5-iso.local.yml.example +++ b/host_vars/rpi5-iso.local.yml.example @@ -22,4 +22,5 @@ partition_root: dev: "{{ partition_disk }}p2" mount_path: "/mnt" partition_extras: [] +bootstrap_pi: true configure_playbook_dir: "../ansible-distro-configure" |
