mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Don't update_cache if airgapped (#430)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
when: ansible_distribution in ['Ubuntu']
|
||||
ansible.builtin.apt:
|
||||
name: policycoreutils # Used by install script to restore SELinux context
|
||||
update_cache: true
|
||||
update_cache: "{{ airgap_dir is not defined }}"
|
||||
|
||||
- name: Enable IPv4 forwarding
|
||||
ansible.posix.sysctl:
|
||||
|
||||
Reference in New Issue
Block a user