Install m_a_openidc for pkgs staging

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-23 21:09:25 +00:00
parent b94847fc6a
commit b10187776c

View file

@ -17,6 +17,12 @@
tags:
- distgit
- name: install stg packages
package: name=mod_auth_openidc state=present
tags:
- distgit
when: env == "staging"
- name: Put in git service config
copy: src=git@.service dest=/etc/systemd/system/git@.service
tags: