Skip to content

Commit

Permalink
Fix install with stale cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Dec 20, 2022
1 parent 96fb91a commit cd4c9f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
name: "{{ playbook_dir.split('/')[:-1] | last }}"
- debug:
msg: "Target is desktop: {{ target_is_desktop }}"
- name: Update apt cache
apt:
update_cache: true
when: ansible_os_family == 'Debian'
- name: Install GDM
package:
name: gdm3
Expand Down

0 comments on commit cd4c9f3

Please sign in to comment.