Add explicit ansible_httpapi_port setting (#49314)
This commit is contained in:
parent
95d810ab94
commit
49009879b9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue