From a792e831e0f27fac234721d392e5f88387df8c62 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 16 Sep 2016 11:32:48 -0700 Subject: [PATCH] Remove puppet_environment from the adhoc playbook This is not necessary. The same argument can be passed on the command line and the role will pick it up itself. Change-Id: Ib2f80828ab4b6282ac68191409bac7d1a6ebddf3 --- playbooks/remote_puppet_adhoc.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/remote_puppet_adhoc.yaml b/playbooks/remote_puppet_adhoc.yaml index fc2670e2c8..7ec8766b17 100644 --- a/playbooks/remote_puppet_adhoc.yaml +++ b/playbooks/remote_puppet_adhoc.yaml @@ -3,4 +3,3 @@ roles: - role: puppet manage_config: true - puppet_environment: '{{ puppet_environment | default(omit) }}'