We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f20bcf commit 9ef88a9Copy full SHA for 9ef88a9
tasks/main.yml
@@ -14,6 +14,7 @@
14
- base_git
15
16
- name: enable rhel software collections
17
+ # yamllint disable-line rule:line-length
18
command: "yum-config-manager --enable rhel-server-rhscl-{{ ansible_distribution_major_version }}-rpms"
19
when: collections_enabled|bool and ansible_distribution == 'RedHat'
20
tags:
@@ -128,6 +129,7 @@
128
129
apt:
130
name: git
131
state: present
132
+ update_cache: true
133
register: network_access
134
until: network_access is success
135
retries: 10
0 commit comments