kleine Änderungen

This commit is contained in:
2021-06-23 23:05:42 +02:00
parent 708dd41417
commit 7a9d91c185
3 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
---
# base config
- name: Oracle EPEL repo
dnf:
state: present
name: oracle-epel-release-el8
when: ansible_os_family == "RedHat" and ansible_distribution == "OracleLinux"
- name: basic tools
package:
state: present