We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4acf7 commit aa3aa32Copy full SHA for aa3aa32
.github/workflows/main.yml
@@ -24,9 +24,9 @@ jobs:
24
id: controller
25
uses: ansible-cloud/[email protected]
26
with:
27
- CONTROLLER_HOST: ${{ secrets.CONTROLLER_HOST }}
28
- CONTROLLER_USERNAME: ${{ secrets.CONTROLLER_USERNAME }}
29
- CONTROLLER_PASSWORD: ${{ secrets.CONTROLLER_PASSWORD }}
30
- CONTROLLER_VERIFY_SSL: false
+ controller_host: ${{ secrets.CONTROLLER_HOST }}
+ controller_username: ${{ secrets.CONTROLLER_USERNAME }}
+ controller_password: ${{ secrets.CONTROLLER_PASSWORD }}
+ validate_certs: false
31
- name: The job template being executed
32
run: echo "The job template is ${{ steps.controller.inputs.job_template }}"
0 commit comments