Skip to content

Commit

Permalink
fixing error on newer versions of ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetoda committed Dec 29, 2023
1 parent a4a5e47 commit 423529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
include_tasks: install_Fedora.yml
when: ansible_facts['distribution'] == "Fedora" and ansible_facts['distribution_version']|int == 30

- include: configure.yml
- include_tasks: configure.yml
when: ansible_facts['distribution'] != 'RedHat'

0 comments on commit 423529d

Please sign in to comment.