Skip to content

Commit

Permalink
Merge pull request #5055 from fraenkel/fix_aws
Browse files Browse the repository at this point in the history
Fix Restore Master AWS Options
  • Loading branch information
abutcher authored Aug 14, 2017
2 parents 58c5084 + 0f84a11 commit fa32667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_master/tasks/systemd_units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
with_items: "{{ master_api_proxy.stdout_lines | default([]) }}"

- name: Restore Master API AWS Options
when: bool and openshift.master.cluster_method == "native"
when: openshift.master.cluster_method == "native"
and master_api_aws.rc == 0 and
not (openshift_cloudprovider_kind is defined and openshift_cloudprovider_kind == 'aws' and openshift_cloudprovider_aws_access_key is defined and openshift_cloudprovider_aws_secret_key is defined)
lineinfile:
Expand Down

0 comments on commit fa32667

Please sign in to comment.