Skip to content

Commit

Permalink
Merge pull request #57 from philippwaller/fix-56
Browse files Browse the repository at this point in the history
fix: warm up package cache if Python is already installed

Robert: LGTM.
  • Loading branch information
robertdebock authored Dec 4, 2023
2 parents ab46bfc + 991d71e commit 9444930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
ansible.builtin.package:
name: "{{ item }}"
state: present
update_cache: true
loop: "{{ bootstrap_facts_packages.split() }}"
become: "{{ bootstrap_become }}"

0 comments on commit 9444930

Please sign in to comment.