Skip to content

Commit

Permalink
Removed DNF block
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 28, 2024
1 parent d8e5c9b commit 249f9a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ansible-playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
- name: Install main deps block
block:

- name: Install required dependencies DNF
dnf:
name: "{{ rpm_deps }}"
state: present
when: ansible_os_family == 'RedHat'

# ---------------------------------------------------------------------

- name: Install required dependencies YUM
Expand Down

0 comments on commit 249f9a3

Please sign in to comment.