Add role ansible

This commit is contained in:
Ruakij 2022-10-17 13:00:24 +02:00
parent c5288bdb4d
commit 8537ea2b9e

5
ansible/tasks/main.yml Normal file
View File

@ -0,0 +1,5 @@
- name: Install ansible packages
package:
name:
- python3
state: latest