From 2968e83f5ba5a7fb9eb4fb4a7e457cf724265299 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 14 Feb 2022 11:23:24 -0500 Subject: [PATCH] add back debug to override nova and requirements to matser --- ansible/playbooks/files/user_debug.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible/playbooks/files/user_debug.yml diff --git a/ansible/playbooks/files/user_debug.yml b/ansible/playbooks/files/user_debug.yml new file mode 100644 index 0000000..bfccbae --- /dev/null +++ b/ansible/playbooks/files/user_debug.yml @@ -0,0 +1,3 @@ +--- +nova_git_install_branch: master +requirements_git_install_branch: master