File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2929 controller_username : ${{ secrets.CONTROLLER_USERNAME }}
3030 controller_password : ${{ secrets.CONTROLLER_PASSWORD }}
3131 job_template : " AWS - ec2 enforce owner tag"
32+ project : " aws ec2 operational project"
3233 extra_vars : " your_region=us-west-1"
3334 validate_certs : false
3435 # workshop_job_provision:
Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ tee playbook.yml << EOF
5454 - "extra vars are {{ extra_vars }}"
5555 - "extra vars are {{ extra_vars }}"
5656
57+ - name: sync project update
58+ awx.awx.project_update:
59+ project: "{{ project_var }}"
60+ wait: true
61+ when: project_var|length > 0
62+
5763 - name: Launch a job template with extra_vars on remote controller instance
5864 when: job_template_var|length > 0
5965 awx.awx.job_launch:
You can’t perform that action at this time.
0 commit comments