Tests: Ensure that the apt cache is always refreshed

Change-Id: I53cc7a732d65d06a7198b3abbbc0c0e6825437ff
This commit is contained in:
Jesse Pretorius 2016-03-04 10:15:04 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 5aa20365cd
commit c7956a3f1b

View File

@ -34,6 +34,9 @@
hosts: localhost
connection: local
pre_tasks:
- name: First ensure apt cache is always refreshed
apt:
update_cache: yes
- name: Ensure root's new public ssh key is in authorized_keys
authorized_key:
user: root