ensure dnsmasq is installed on osbs hosts

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-07-19 16:43:22 +00:00
parent 1307eb07f2
commit b11d96eb1a

View file

@ -293,6 +293,11 @@
tasks:
- name: ensure dnsmasq is installed
package:
name: dnsmasq
state: latest
- name: install fedora dnsmasq specific config
copy:
src: "{{files}}/osbs/fedora-dnsmasq.conf.{{env}}"