molecule apt-cache fix
This commit is contained in:
parent
eb0e7d6148
commit
f3f0eeaf88
|
|
@ -2,10 +2,12 @@
|
|||
|
||||
- name: Prepare
|
||||
hosts: test-ag-certs-letsencrypt
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Installing nginx
|
||||
ansible.builtin.apt:
|
||||
name: 'nginx'
|
||||
update_cache: true
|
||||
|
||||
- name: Starting nginx
|
||||
ansible.builtin.systemd:
|
||||
|
|
|
|||
Loading…
Reference in New Issue