Skip to content

Commit 3f31af0

Browse files
committed
Update main.yml
1 parent 2846284 commit 3f31af0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ on:
1717

1818

1919
jobs:
20-
automation_controller_job:
21-
runs-on: ubuntu-latest
22-
name: Kick off Automation controller job
23-
steps:
24-
- name: Load the ansible-cloud action
25-
id: controller_job
26-
uses: ansible-cloud/[email protected]
27-
with:
28-
controller_host: ${{ secrets.CONTROLLER_HOST }}
29-
controller_username: ${{ secrets.CONTROLLER_USERNAME }}
30-
controller_password: ${{ secrets.CONTROLLER_PASSWORD }}
31-
job_template: "AWS - ec2 enforce owner tag"
32-
extra_vars: "your_region=us-west-1"
33-
validate_certs: false
20+
# automation_controller_job:
21+
# runs-on: ubuntu-latest
22+
# name: Kick off Automation controller job
23+
# steps:
24+
# - name: Load the ansible-cloud action
25+
# id: controller_job
26+
# uses: ansible-cloud/[email protected]
27+
# with:
28+
# controller_host: ${{ secrets.CONTROLLER_HOST }}
29+
# controller_username: ${{ secrets.CONTROLLER_USERNAME }}
30+
# controller_password: ${{ secrets.CONTROLLER_PASSWORD }}
31+
# job_template: "AWS - ec2 enforce owner tag"
32+
# extra_vars: "your_region=us-west-1"
33+
# validate_certs: false
3434
workshop_job_provision:
3535
runs-on: ubuntu-latest
3636
name: Test provision workshop and teardown

0 commit comments

Comments
 (0)