Move resolvconf JIT execution to common tasks

Use include_role in a common-tasks include to execute the resolvconf
role when unbound is used.

Change-Id: Id70f3d5dc66701a1fb593e6309b071d0e38ea282
This commit is contained in:
Logan V
2017-09-16 12:57:20 -05:00
parent 4e4343d7d8
commit 718f790a37
40 changed files with 227 additions and 251 deletions

View File

@@ -13,12 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- include: common-playbooks/unbound-clients.yml
vars:
unbound_group: "nova_all"
when:
- resolvconf_enabled | bool
- name: Prepare MQ/DB services
hosts: nova_conductor
gather_facts: no