mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-08 20:55:07 +00:00
separate install and dev roles, box basic playbook
This commit is contained in:
parent
58966f9e4a
commit
f7a6f59fc6
9 changed files with 44 additions and 14 deletions
9
roles/dev/tasks/build.yml
Normal file
9
roles/dev/tasks/build.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- name: Install common packages
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- openssl
|
||||
- perl
|
||||
- ninja-build
|
||||
- git
|
||||
state: latest
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue