Skip to content

Commit

Permalink
Add package helper tasks for RedHat derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Nov 25, 2023
1 parent d7679d9 commit bbfbf9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
tags: install
block:

- name: Install epel repository
ansible.builtin.package:
name: epel-release

- name: Install RedHat package helpers
ansible.builtin.package:
name: python3-docker

- name: Install yum repository
ansible.builtin.get_url:
url: "{{ docker_rpm_repo.url }}"
Expand Down

0 comments on commit bbfbf9d

Please sign in to comment.