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 67cf375 commit 672be72Copy full SHA for 672be72
tasks/main.yml
@@ -45,6 +45,14 @@
45
tags:
46
- git
47
48
+- name: Disable Git software collection
49
+ file:
50
+ path: /etc/profile.d/rh-git.sh
51
+ state: absent
52
+ when: not collections_enabled and ansible_os_family == 'RedHat'
53
+ tags:
54
+ - git
55
+
56
- name: Install Git from yum repo
57
become: yes
58
when: not collections_enabled and ansible_os_family == 'RedHat'
0 commit comments