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