diff options
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/archiso.local.yml.example | 1 | ||||
| -rw-r--r-- | host_vars/raspberryiso.local.yml.example | 1 | ||||
| -rw-r--r-- | host_vars/ubuntuiso.local.yml.example | 1 |
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" |
