pkgs-stg: install also dist-git-selinux

This commit is contained in:
clime 2017-05-05 15:56:10 +02:00
parent b2ed7fde89
commit 40d0882e42

View file

@ -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