File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 name : Kick off Automation controller job
2323 steps :
2424 - name : Load the ansible-cloud action
25- id : controller
25+ id : controller_job
2626 uses :
ansible-cloud/[email protected] 2727 with :
2828 controller_host : ${{ secrets.CONTROLLER_HOST }}
3636 name : Test provision workshop and teardown
3737 steps :
3838 - name : Load the ansible-cloud action for provision
39- id : controller
39+ id : workshop_provision
4040 uses :
ansible-cloud/[email protected] 4141 with :
4242 controller_host : ${{ secrets.CONTROLLER_HOST }}
4646 extra_vars : " ec2_name_prefix=github-action-test-sean"
4747 validate_certs : false
4848 - name : Load the ansible-cloud action for teardown
49- id : controller
49+ id : workshop_teardown
5050 uses :
ansible-cloud/[email protected] 5151 with :
5252 controller_host : ${{ secrets.CONTROLLER_HOST }}
You can’t perform that action at this time.
0 commit comments