From 245195767f6b84c4a40d21236d3ad1d53dae5c7a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:35 +0200 Subject: Minor fixes to raspberry config and playbook configs --- host_vars/archiso.local.yml.example | 1 - host_vars/raspberryiso.local.yml.example | 1 - host_vars/ubuntuiso.local.yml.example | 1 - 3 files changed, 3 deletions(-) (limited to 'host_vars') 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" -- cgit v1.2.3