Skip to content

Commit

Permalink
ci(pterodactyl_wings): fix ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Dec 4, 2021
1 parent 60b2f7f commit bf2655d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/pterodactyl_wings/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
group: root
mode: "777"

- name: Update APT cache
- name: Update APT cache and install required packages
apt:
name:
- tzdata
update_cache: yes
when: ansible_os_family == "Debian"

Expand Down

0 comments on commit bf2655d

Please sign in to comment.