Skip to content

Commit

Permalink
Merge pull request #116 from lcipria/main
Browse files Browse the repository at this point in the history
containers in almalinux
  • Loading branch information
goldyfruit authored Jul 29, 2024
2 parents e9abb36 + fbeeb13 commit 11081ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/docker/setup-RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Detect RHEL based distribution
ansible.builtin.set_fact:
os_distribution: "{{ 'centos' if (ansible_distribution == 'CentOS' or ansible_distribution == 'Rocky') else 'fedora' }}"
os_distribution: "{{ 'centos' if (ansible_distribution == 'CentOS' or ansible_distribution == 'Rocky' or ansible_distribution == 'AlmaLinux') else 'fedora' }}"

- name: Retrieve docker-ce.repo file
ansible.builtin.get_url:
Expand Down

0 comments on commit 11081ca

Please sign in to comment.