Tests: Ensure that the apt cache is always refreshed
Change-Id: I53cc7a732d65d06a7198b3abbbc0c0e6825437ff
This commit is contained in:
parent
5aa20365cd
commit
c7956a3f1b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user