Skip to content
Snippets Groups Projects
Verified Commit 361596f4 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

tools: include setconf on build.archlinux.org

parent 85991024
No related branches found
No related tags found
No related merge requests found
Pipeline #16305 passed
......@@ -5,7 +5,7 @@
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: tools, extra_utils: ['setconf'] }
- { role: sshd }
- { role: root_ssh }
- { role: archusers }
......
---
- name: install misc utils
pacman:
state: present
......@@ -8,3 +10,7 @@
- git
- parallel
- nnn # Added for it's screen reader support
- name: install extra utils
pacman: state=present name={{ extra_utils }}
when: extra_utils is defined
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment