We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32795b3 commit a3bf2f4Copy full SHA for a3bf2f4
tests/install.yml
@@ -1,4 +1,10 @@
1
---
2
+- name: Update APT cache
3
+ apt:
4
+ update_cache: true
5
+ register: noobient_apt_cache_updated
6
+ when: ansible_os_family == 'Debian' and noobient_apt_cache_updated is not defined
7
+
8
- name: Install WordPress dependencies
9
package:
10
name: "{{ packages }}"
0 commit comments