From 4721334dc9f93a77b07cd5face1073dfa9970e73 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 25 Oct 2020 22:19:01 -0700 Subject: [PATCH] forgot to update apt cache --- .ci/debops_common_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/debops_common_tests.py b/.ci/debops_common_tests.py index dde503f6..30bc1c9a 100755 --- a/.ci/debops_common_tests.py +++ b/.ci/debops_common_tests.py @@ -67,7 +67,7 @@ with ci_lib.Fold('job_setup'): print() print("Setting up python-netaddr...") - os.system('ANSIBLE_HOST_KEY_CHECKING=False ANSIBLE_STRATEGY_PLUGINS={} ansible all -i {} -m apt -a "name=python-netaddr state=present" --become'.format( + os.system('ANSIBLE_HOST_KEY_CHECKING=False ANSIBLE_STRATEGY_PLUGINS={} ansible all -i {} -m apt -a "name=python-netaddr state=present update_cache=yes" --become'.format( ansible_strategy_plugin, inventory_path)) # Now we have real host key checking, we need to turn it off