Only install base ansible package
This means there's no collection bloat
This commit is contained in:
parent
eff54ade02
commit
c3c5cc09e7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
loop:
|
loop:
|
||||||
- ansible
|
- ansible-base
|
||||||
- arduino
|
- arduino
|
||||||
- arduino-cli
|
- arduino-cli
|
||||||
- arduino-builder
|
- arduino-builder
|
||||||
|
|
Loading…
Reference in a new issue