skylab
/
skylab-ansible
Archived
2
0
Fork 0

Fix cache failure with epel on first install

This commit is contained in:
Ethan Paul 2021-11-05 22:40:57 -04:00
parent 7546c88ee4
commit 4563957e80
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
ansible.builtin.dnf:
name: "{{ skylab_packages_global + skylab_packages_rocky }}"
state: present
update_cache: true
- import_playbook: update.yaml