File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ exclude_paths:
21
21
- playbooks/template_cloudinit_config.yml
22
22
- playbooks/specific_edges_to_teardown.yml
23
23
- roles/aws_teardown/tasks/main.yml
24
+ - .ansible
24
25
# parseable: true
25
26
# quiet: true
26
27
# strict: true
Original file line number Diff line number Diff line change 104
104
ansible.builtin.include_role :
105
105
name : common
106
106
tasks_from : generate_deployment_facts_controllers.yml
107
- when : deployment_facts.validator_instances | length > 0 or deployment_facts.manager_instances | length > 0 or deployment_facts.controller_instances | length > 0
107
+ when : >
108
+ deployment_facts.validator_instances | length > 0 or deployment_facts.manager_instances | length > 0 or deployment_facts.controller_instances | length > 0
108
109
109
110
- name : Check reachability of Manager instance with SSH probe
110
111
ansible.builtin.include_role :
Original file line number Diff line number Diff line change 122
122
ansible.builtin.include_role :
123
123
name : common
124
124
tasks_from : generate_deployment_facts_controllers.yml
125
- when : deployment_facts.validator_instances | length > 0 or deployment_facts.manager_instances | length > 0 or deployment_facts.controller_instances | length > 0
125
+ when : >
126
+ deployment_facts.validator_instances | length > 0 or deployment_facts.manager_instances | length > 0 or deployment_facts.controller_instances | length > 0
126
127
127
128
- name : " Check reachability of Manager instance with SSH probe"
128
129
ansible.builtin.include_role :
You can’t perform that action at this time.
0 commit comments