Skip to content

Commit

Permalink
Stop installing Ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 16, 2023
1 parent 62cd0db commit 964a8a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# TODO extend to EL
- include_tasks: release.yml
when: ansible_pkg_mgr == 'apt'
- include_tasks: ansible.yml
# Installing Ansible doesn't belong here
#- include_tasks: ansible.yml
- include_tasks: update_ubuntu.yml
when: ansible_pkg_mgr == 'apt'
- include_tasks: update_el8.yml
Expand Down

0 comments on commit 964a8a4

Please sign in to comment.