Skip to content

Commit

Permalink
Disable apt updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Jun 3, 2024
1 parent 8ab8dfe commit 84856bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
- ./secrets/slack_code.yml

pre_tasks:
- name: PRE TASK | Ensure apt cache is up to date
ansible.builtin.apt:
update_cache: true
cache_valid_time: 10800
upgrade: "yes"
when:
- ansible_facts.os_family == "Debian"
# - name: PRE TASK | Ensure apt cache is up to date
# ansible.builtin.apt:
# update_cache: true
# cache_valid_time: 10800
# upgrade: "yes"
# when:
# - ansible_facts.os_family == "Debian"

- name: PRE TASK | Ensure Nala is installed on performant devices
ansible.builtin.apt:
Expand Down

0 comments on commit 84856bf

Please sign in to comment.