pkgs-stg: install also dist-git-selinux
This commit is contained in:
parent
b2ed7fde89
commit
40d0882e42
1 changed files with 4 additions and 1 deletions
|
@ -77,7 +77,10 @@
|
|||
# -- Dist Git --------------------------------------------
|
||||
# This is the Git setup itself: group, root directory, scripts,...
|
||||
- name: install dist-git
|
||||
yum: pkg=dist-git state=latest
|
||||
yum: pkg={{item}} state=latest
|
||||
with_items:
|
||||
- dist-git
|
||||
- dist-git-selinux
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- distgit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue