From 8a816e92c6d225c4ec56985ad8ca6e112101eafe Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Oct 2017 19:04:33 +0000 Subject: [PATCH] This module is finally gone from ansible. :( --- roles/ansible-server/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ansible-server/tasks/main.yml b/roles/ansible-server/tasks/main.yml index d7927cc624..fc034dfd4f 100644 --- a/roles/ansible-server/tasks/main.yml +++ b/roles/ansible-server/tasks/main.yml @@ -22,9 +22,9 @@ - ansible-server # https://github.com/ansible/ansible-modules-core/pull/4070 -- name: Fix the nova_compute module - patch: src=4070.patch - dest=/usr/lib/python2.7/site-packages/ansible/modules/cloud/openstack/_nova_compute.py +#- name: Fix the nova_compute module +# patch: src=4070.patch +# dest=/usr/lib/python2.7/site-packages/ansible/modules/cloud/openstack/_nova_compute.py # # # TODO: