Skip to content

Commit

Permalink
use ce/os
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Feb 1, 2024
1 parent c08cb16 commit 3b49bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/docker/tasks/ce/dnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
- name: Docker | CE | DNF | Perform specific os tasks
ansible.builtin.include_tasks: "{{ item }}"
with_first_found:
- os/{{ ansible_distribution.split(' ', 1)[0] | lower }}.yml
- os/default.yml
- ce/os/{{ ansible_distribution.split(' ', 1)[0] | lower }}.yml
- ce/os/default.yml

- name: Docker | CE | DNF | Install docker-ce
ansible.builtin.dnf:
Expand Down

0 comments on commit 3b49bf3

Please sign in to comment.