Overdue commit
This commit is contained in:
parent
1e03c32201
commit
692269f9ff
49 changed files with 843 additions and 198 deletions
28
roles/howdy/tasks/main.yml
Normal file
28
roles/howdy/tasks/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue