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 240204a commit 67cf375Copy full SHA for 67cf375
tasks/main.yml
@@ -37,6 +37,14 @@
37
- git
38
- base_git
39
40
+- name: Disable Git software collection
41
+ file:
42
+ path: /etc/profile.d/rh-git.sh
43
+ state: absent
44
+ when: not collections_enabled and ansible_os_family == 'RedHat'
45
+ tags:
46
+ - git
47
+
48
- name: Install Git from yum repo
49
become: yes
50
when: not collections_enabled and ansible_os_family == 'RedHat'
0 commit comments