Overdue commit

This commit is contained in:
Jonathan Cremin 2021-11-16 15:23:42 +00:00
parent 1e03c32201
commit 692269f9ff
49 changed files with 843 additions and 198 deletions

View file

@ -0,0 +1,28 @@
---
- name: Install rpmsphere-release
dnf:
name: https://github.com/rpmsphere/noarch/raw/master/r/rpmsphere-release-35.noarch.rpm
state: present
disable_gpg_check: 1
become: yes
- name: Install dlib
dnf:
name:
- python3-dlib
- pam_python
state: present
become: yes
- name: Enable copr project howdy
community.general.copr:
name: luya/howdy
state: disabled
become: yes
- name: Install howdy
dnf:
name: howdy
state: present
become: yes