Add explicit ansible_httpapi_port setting (#49314)
(cherry picked from commit 49009879b9
)
This commit is contained in:
parent
60843a8d7c
commit
003a4556df
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