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
This commit is contained in:
James E. Blair 2016-09-16 11:32:48 -07:00
parent 533af83e83
commit a792e831e0

View File

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