Guillaume Coré
2019-04-05 c1c42a76a07dcfa1ac650e737a280c3de3cc98b6
Fix verbosity alignment (worked with 2.6, broken with 2.7)
1 files modified
8 ■■■■ changed files
ansible/configs/linklight-foundations/post_infra.yml 8 ●●●● patch | view | raw | blame | history
ansible/configs/linklight-foundations/post_infra.yml
@@ -69,17 +69,17 @@
  - name: print our new instances
    debug:
        msg: "instance short name is: {{ item.tags.short_name }}"
        #  var: item
      msg: "instance short name is: {{ item.tags.short_name }}"
      #  var: item
      verbosity: 2
    with_items: "{{ ec2_facts['instances'] }}"
    verbosity: 2
 
  - name: print our bastion when found
    debug:
      msg: "found BASTION {{ item.id }}"
      verbosity: 2
    when: item.tags.short_name == 'ansible'
    with_items: "{{ ec2_facts['instances'] }}"
    verbosity: 2
  - name: Ensure Project and AnsibleGroup tags are present on all resources
    ec2_tag: