Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 15, 2024
1 parent 32795b3 commit a3bf2f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: Update APT cache
apt:
update_cache: true
register: noobient_apt_cache_updated
when: ansible_os_family == 'Debian' and noobient_apt_cache_updated is not defined

- name: Install WordPress dependencies
package:
name: "{{ packages }}"
Expand Down

0 comments on commit a3bf2f4

Please sign in to comment.