mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-08 04:35:07 +00:00
add ansible install part of installs role
This commit is contained in:
parent
9ac04573a4
commit
d89d235b35
5 changed files with 20 additions and 6 deletions
10
roles/installs/tasks/ansible.yml
Normal file
10
roles/installs/tasks/ansible.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
- name: Installing ansible packages
|
||||
become: true
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- ansible
|
||||
- ansible-lint
|
||||
- python3-github3py
|
||||
- python3-rpm
|
||||
state: latest
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue