This commit is contained in:
Nathan Douglas 2024-03-06 06:40:49 -05:00
parent 904f5be944
commit e35045cc6c

View File

@ -19,7 +19,7 @@
- name: 'Update Apt cache.'
ansible.builtin.apt:
update_cache: true
when: kubernetes_repository.changed
when: kubernetes_repository.changed
- name: Add Kubernetes apt preferences file to pin a version.
template: