diff options
| -rw-r--r-- | playbooks/aws/openshift-cluster/tasks/launch_instances.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/playbooks/aws/openshift-cluster/tasks/launch_instances.yml b/playbooks/aws/openshift-cluster/tasks/launch_instances.yml index 4f594e2ed..060147659 100644 --- a/playbooks/aws/openshift-cluster/tasks/launch_instances.yml +++ b/playbooks/aws/openshift-cluster/tasks/launch_instances.yml @@ -86,6 +86,7 @@      wait: yes      instance_tags:        created-by: "{{ created_by }}" +      environment: "{{ env }}"        env: "{{ env }}"        host-type: "{{ host_type }}"        env-host-type: "{{ env_host_type }}" | 
