Plumb puppet_environment through to the adhoc playbook

Change-Id: I1c0b25a838b6fef6487fc3a8e5b78b73a3ae305a
This commit is contained in:
Monty Taylor 2016-09-15 17:21:51 -05:00 committed by Jeremy Stanley
parent a05340b2f6
commit bac2bc0957

View File

@ -3,3 +3,4 @@
roles:
- role: puppet
manage_config: true
puppet_environment: '{{ puppet_environment | default(omit) }}'