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:
parent
dfc761c105
commit
50c07f9028
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue