update urubamba role (basic packages)
This commit is contained in:
9
urubamba/roles/python3/tasks/main.yml
Normal file
9
urubamba/roles/python3/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install python3
|
||||
ansible.builtin.package:
|
||||
name: python3
|
||||
state: present
|
||||
- name: Install python3-systemd
|
||||
ansible.builtin.package:
|
||||
name: python3-systemd
|
||||
state: present
|
||||
Reference in New Issue
Block a user