Add explicit ansible_httpapi_port setting (#49314)

pull/49523/head
Mike Wiebe 6 years ago committed by Nathaniel Case
parent 95d810ab94
commit 49009879b9

@ -7,6 +7,7 @@
vars:
ansible_httpapi_use_ssl: yes
ansible_httpapi_validate_certs: no
ansible_httpapi_port: 443
register: result
- name: Assert command over connection httpapi was successful

Loading…
Cancel
Save