mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Include ansible centos repo link and install the latest ansible
Instead of sourcing ansible from epel or extras, we'll now use the official Ansible repo
This commit is contained in:
6
installer/image_build/files/ansible.repo
Normal file
6
installer/image_build/files/ansible.repo
Normal file
@@ -0,0 +1,6 @@
|
||||
[ansible]
|
||||
name=Ansible for Enterprise Linux 7 - $basearch
|
||||
baseurl=https://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ansible-release
|
||||
Reference in New Issue
Block a user