ensure dnsmasq is installed on osbs hosts
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
1307eb07f2
commit
b11d96eb1a
1 changed files with 5 additions and 0 deletions
|
@ -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}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue