Skip to content

Commit

Permalink
Add task to clean apt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Jul 25, 2024
1 parent 930d7b8 commit 7075fb0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
state: present
when: ansible_facts.os_family == "RedHat"

- name: Update the APT cache on Debian-based systems
apt:
update_cache: yes
when: ansible_os_family == "Debian"

- name: Install openssl
package:
name: "openssl"

0 comments on commit 7075fb0

Please sign in to comment.