aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/vagrant/ansible
diff options
context:
space:
mode:
authorTomas Alexy <tomas.alexy@pantheon.tech>2021-02-02 12:37:01 +0100
committerPeter Mikus <pmikus@cisco.com>2021-02-03 13:52:58 +0000
commit917c3d8dc1331db5a9676df16d4187312b0003d8 (patch)
treeea320f0fe077d0c94c9e2cdb6fb26423f366d305 /resources/tools/vagrant/ansible
parentb5073afc4a941ea33ce874e016fe86384ae7a60d (diff)
Ansible: Fix package cache updates
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech> Change-Id: I5c7b2636bde999fef3a60e6cbf2b36db9978a74a
Diffstat (limited to 'resources/tools/vagrant/ansible')
-rw-r--r--resources/tools/vagrant/ansible/roles/csit/tasks/main.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/tools/vagrant/ansible/roles/csit/tasks/main.yml b/resources/tools/vagrant/ansible/roles/csit/tasks/main.yml
index 6f226fd54d..9c8f575959 100644
--- a/resources/tools/vagrant/ansible/roles/csit/tasks/main.yml
+++ b/resources/tools/vagrant/ansible/roles/csit/tasks/main.yml
@@ -62,7 +62,6 @@
package:
name: "{{ csit_packages | join(',') }}"
state: 'latest'
- update_cache: 'yes'
- name: Adjust number of hugepages
sysctl: