summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:33:35 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 00:33:35 +0200
commit245195767f6b84c4a40d21236d3ad1d53dae5c7a (patch)
tree8fc3120ae98640d6c55397bd02a0a6df0d6a85fe /host_vars
parent8e102d32b2a8a30ad4f95a5ff903e16a18229994 (diff)
Minor fixes to raspberry config and playbook configs
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/archiso.local.yml.example1
-rw-r--r--host_vars/raspberryiso.local.yml.example1
-rw-r--r--host_vars/ubuntuiso.local.yml.example1
3 files changed, 0 insertions, 3 deletions
diff --git a/host_vars/archiso.local.yml.example b/host_vars/archiso.local.yml.example
index 0dd53e7..b1631f9 100644
--- a/host_vars/archiso.local.yml.example
+++ b/host_vars/archiso.local.yml.example
@@ -43,4 +43,3 @@ partition_extras:
part_end: "100%"
fstype: "ext4"
dev: "{{ partition_disk }}4"
-configure_playbook_dir: "../ansible-distro-configure"
diff --git a/host_vars/raspberryiso.local.yml.example b/host_vars/raspberryiso.local.yml.example
index 6a98993..151d687 100644
--- a/host_vars/raspberryiso.local.yml.example
+++ b/host_vars/raspberryiso.local.yml.example
@@ -22,4 +22,3 @@ partition_root:
dev: "{{ partition_disk }}p2"
mount_path: "/mnt"
partition_extras: []
-configure_playbook_dir: "../ansible-distro-configure"
diff --git a/host_vars/ubuntuiso.local.yml.example b/host_vars/ubuntuiso.local.yml.example
index 00f1c52..6b8c6c1 100644
--- a/host_vars/ubuntuiso.local.yml.example
+++ b/host_vars/ubuntuiso.local.yml.example
@@ -44,4 +44,3 @@ partition_extras:
fstype: "ext4"
dev: "{{ partition_disk }}5"
mount_path: "/mnt/home"
-configure_playbook_dir: "../ansible-distro-configure"