Fix cache failure with epel on first install
This commit is contained in:
		@@ -58,6 +58,7 @@
 | 
				
			|||||||
      ansible.builtin.dnf:
 | 
					      ansible.builtin.dnf:
 | 
				
			||||||
        name: "{{ skylab_packages_global + skylab_packages_rocky }}"
 | 
					        name: "{{ skylab_packages_global + skylab_packages_rocky }}"
 | 
				
			||||||
        state: present
 | 
					        state: present
 | 
				
			||||||
 | 
					        update_cache: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- import_playbook: update.yaml
 | 
					- import_playbook: update.yaml
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user