Skip to content

Commit

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

tasks:
- name: Install git
ansible.builtin.package:
yum:
name: git
state: present
use_backend: yum
become: true

- name: Make build directory
file:
Expand Down

0 comments on commit c2023ca

Please sign in to comment.