Skip to content

Commit

Permalink
Added temp commit to fix branch, actual solution in #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulium-Drake committed Apr 2, 2024
1 parent 04f8734 commit 91ae432
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/ara_api/tasks/pre-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
block:
- name: Update apt cache
command: apt-get update
args:
warn: false
when: ansible_facts["os_family"] == "Debian"

- name: Update yum/dnf cache
Expand All @@ -41,8 +39,6 @@
{{ ansible_pkg_mgr }} check-update
register: yum_update
failed_when: yum_update['rc'] not in [0, 100]
args:
warn: false
when: ansible_facts["os_family"] == "RedHat"

- name: Install required packages
Expand Down

0 comments on commit 91ae432

Please sign in to comment.