Skip to content

Commit

Permalink
ubuntu-test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Sep 18, 2020
1 parent 986609d commit 991fbcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@

- name: Install Git from yum repo
become: true
when: not collections_enabled|bool or rhgit_install is failed
# yamllint disable-line rule:line-length
when: (ansible_os_family == 'RedHat') and (not collections_enabled|bool or rhgit_install is failed)
yum:
name: git
state: present
Expand Down

0 comments on commit 991fbcb

Please sign in to comment.