File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# {{ ansible_managed }}
2
2
{% if item .value ['configuration' ] is defined %}
3
- {% for profile , config in item .value ['configuration' ].iteritems () %}
3
+ {% for profile , config in item .value ['configuration' ].iteritems () | sort %}
4
4
5
5
{% if profile == 'default' %}
6
6
[{{ profile }}]
Original file line number Diff line number Diff line change 13
13
changed_when : no
14
14
15
15
- name : ensure credentials was generated as expected
16
- command : " diff -q - w ~{{ test_user }}/.aws/credentials ~{{ test_user }}/.aws/credentials.expected"
16
+ command : " diff -w ~{{ test_user }}/.aws/credentials ~{{ test_user }}/.aws/credentials.expected"
17
17
changed_when : no
18
18
19
19
- name : copy to server expected configuration
26
26
changed_when : no
27
27
28
28
- name : ensure config was generated as expected
29
- command : " diff -q - w ~{{ test_user }}/.aws/config ~{{ test_user }}/.aws/config.expected"
29
+ command : " diff -w ~{{ test_user }}/.aws/config ~{{ test_user }}/.aws/config.expected"
30
30
changed_when : no
You can’t perform that action at this time.
0 commit comments