Skip to content

Commit

Permalink
Merge pull request openshift#2650 from sdodson/issue2646
Browse files Browse the repository at this point in the history
Enable dnsmasq service
  • Loading branch information
abutcher authored Oct 24, 2016
2 parents 0eaa369 + 82f7b7e commit 9e8edbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/openshift_node_dnsmasq/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
when: openshift_node_dnsmasq_additional_config_file is defined
notify: restart dnsmasq

- name: Enable dnsmasq
service:
name: dnsmasq
enabled: yes
state: started

# Dynamic NetworkManager based dispatcher
- include: ./network-manager.yml
when: network_manager_active | bool
Expand Down

0 comments on commit 9e8edbc

Please sign in to comment.