This is a template

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-08-09 23:36:12 +00:00
parent e62219df36
commit 1ee63dd4a6

View file

@ -27,7 +27,7 @@
- name: configure krb5
when: env == "staging"
template: src=krb5.conf dest=/etc/krb5.conf owner=root group=root mode=0644
template: src=krb5.conf.j2 dest=/etc/krb5.conf owner=root group=root mode=0644
tags:
- config
- fas