ref(chroot): Move exe selection to host variable
This commit is contained in:
parent
b07d7be58d
commit
9138d7b66b
5 changed files with 1 additions and 9 deletions
|
|
@ -2,8 +2,6 @@
|
|||
hosts: interface
|
||||
become: true
|
||||
tags: interface
|
||||
vars:
|
||||
ansible_chroot_exe: arch-chroot
|
||||
tasks:
|
||||
- name: Set up keyd for custom key events
|
||||
community.general.xbps:
|
||||
|
|
@ -42,8 +40,6 @@
|
|||
become: true
|
||||
tags:
|
||||
- packages
|
||||
vars:
|
||||
ansible_chroot_exe: arch-chroot
|
||||
tasks:
|
||||
- name: Install a bunch of base custom stuff
|
||||
community.general.xbps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue