Skip to content

Commit

Permalink
changed yum to shell
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 5, 2024
1 parent c2023ca commit d209092
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ansible_playbooks/ova_generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

tasks:
- name: Install git
yum:
name: git
state: present
use_backend: yum
become: true
shell: sudo yum install -y git

- name: Make build directory
file:
Expand Down

0 comments on commit d209092

Please sign in to comment.