From a3d8b9eef411bdb7b67a7b3fffbcae3aeb241f6f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 25 Jul 2017 09:01:28 -0400 Subject: [PATCH] Actually protect against use_default_subnetpool (#23673) We have a protection against a user setting use_default_subnetpool in their playbook - but then we sure do pass the kwarg anyway. Maybe let's not do that.