Added epel release and openvpn

This commit is contained in:
Qwerty 2024-08-24 18:27:09 +03:00
parent 94e53ded90
commit a8de1ecc4d

View File

@ -12,6 +12,11 @@
gpgcheck: true
gpgkey: https://download.docker.com/linux/centos/gpg
- name: Install epel-release repository
ansible.builtin.dnf:
name:
- epel-release
- name: Install Docker and other soft
ansible.builtin.dnf:
name:
@ -23,6 +28,7 @@
- git
- vim
- htop
- openvpn
state: present
- name: Start Docker service