mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Do not use latest here. If we need to update it we update it on updates cycles or manually.
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
# -- Dist Git --------------------------------------------
|
||||
# This is the Git setup itself: group, root directory, scripts,...
|
||||
- name: install dist-git
|
||||
package: name={{item}} state=latest
|
||||
package: name={{item}} state=present
|
||||
with_items:
|
||||
- dist-git
|
||||
- dist-git-selinux
|
||||
|
||||
Reference in New Issue
Block a user