Guillaume Coré
2017-12-15 e67c0e14f04e281a54af4491af7063d45bc786aa
fix typo in template
3 files modified
12 ■■■■ changed files
ansible/configs/ans-tower-lab/files/cloud_providers/ec2_cloud_template.j2 4 ●●●● patch | view | raw | blame | history
ansible/configs/auth-playground-lab/files/cloud_providers/ec2_cloud_template.j2 4 ●●●● patch | view | raw | blame | history
ansible/configs/three-tier-app/files/cloud_providers/ec2_cloud_template.j2 4 ●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/files/cloud_providers/ec2_cloud_template.j2
@@ -276,8 +276,8 @@
        Value: {{instance['name']}}{{instancecount.index}}
      - Key: internaldns
        Value: {{instance['name']}}{{loop.index}}.{{chomped_zone_internal_dns}}
      - key: "owner"
        value: "{{ email | default('unknownuser') }}"
      - Key: "owner"
        Value: "{{ email | default('unknownuser') }}"
      - Key: "Project"
        Value: "{{project_tag}}"
      - Key: "{{project_tag}}"
ansible/configs/auth-playground-lab/files/cloud_providers/ec2_cloud_template.j2
@@ -276,8 +276,8 @@
        Value: {{instance['name']}}{{instancecount.index}}
      - Key: internaldns
        Value: {{instance['name']}}{{loop.index}}.{{chomped_zone_internal_dns}}
      - key: "owner"
        value: "{{ email | default('unknownuser') }}"
      - Key: "owner"
        Value: "{{ email | default('unknownuser') }}"
      - Key: "Project"
        Value: "{{project_tag}}"
      - Key: "{{project_tag}}"
ansible/configs/three-tier-app/files/cloud_providers/ec2_cloud_template.j2
@@ -276,8 +276,8 @@
        Value: {{instance['name']}}{{instancecount.index}}
      - Key: internaldns
        Value: {{instance['name']}}{{loop.index}}.{{chomped_zone_internal_dns}}
      - key: "owner"
        value: "{{ email | default('unknownuser') }}"
      - Key: "owner"
        Value: "{{ email | default('unknownuser') }}"
      - Key: "Project"
        Value: "{{project_tag}}"
      - Key: "{{project_tag}}"