1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00

Fix download link

This commit is contained in:
Lilian Roller 2019-03-06 11:43:45 +01:00
parent dfc761c105
commit 50c07f9028
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -18,8 +18,8 @@
- name: install keychain on centos
become: yes
yum:
name:
- https://centos.pkgs.org/7/psychotic-ninja-x86_64/keychain-2.7.1-1.el7.psychotic.noarch.rpm.html
name:
- http://packages.psychotic.ninja/7/base/x86_64/RPMS//keychain-2.8.0-3.el7.psychotic.noarch.rpm
- libselinux-python
state: present
when: ansible_os_family == 'RedHat'