Skip to content

Commit aa3aa32

Browse files
committed
Update main.yml
1 parent fc4acf7 commit aa3aa32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
id: controller
2525
uses: ansible-cloud/[email protected]
2626
with:
27-
CONTROLLER_HOST: ${{ secrets.CONTROLLER_HOST }}
28-
CONTROLLER_USERNAME: ${{ secrets.CONTROLLER_USERNAME }}
29-
CONTROLLER_PASSWORD: ${{ secrets.CONTROLLER_PASSWORD }}
30-
CONTROLLER_VERIFY_SSL: false
27+
controller_host: ${{ secrets.CONTROLLER_HOST }}
28+
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
29+
controller_password: ${{ secrets.CONTROLLER_PASSWORD }}
30+
validate_certs: false
3131
- name: The job template being executed
3232
run: echo "The job template is ${{ steps.controller.inputs.job_template }}"

0 commit comments

Comments
 (0)