Browse Source

Merge pull request #1845 from sdodson/nm-msg

Make NetworkManager failure friendlier
Jason DeTiberus 9 years ago
parent
commit
b9b08f0c16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_node_dnsmasq/tasks/no-network-manager.yml

+ 1 - 1
roles/openshift_node_dnsmasq/tasks/no-network-manager.yml

@@ -1,2 +1,2 @@
 ---
-- fail: msg="Not implemented"
+- fail: msg="Currently, NetworkManager must be installed and enabled prior to installation."