Skip to content

Commit

Permalink
Merge pull request #585 from anshulbehl/add_playbooks_apache
Browse files Browse the repository at this point in the history
adding controller project refresh task
  • Loading branch information
anshulbehl authored Apr 4, 2024
2 parents 890e957 + 8768af3 commit 7dd34d4
Showing 1 changed file with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,20 +299,14 @@
- solve-aws-playbooks
- solve-azure-playbooks

# - name: Sync Project - {{ lab.project.name }}
# awx.awx.project_update:
# name: "{{ lab.project.name }}"
# wait: true
# timeout: 60
# <<: *controller_login
# tags:
# - setup-playground-playbooks
# - setup-workflow-playbooks
# - solve-workflow-playbooks
# - solve-monitoring-playbooks
# - solve-database-playbooks
# - solve-aws-playbooks
# - solve-azure-playbooks
- name: Sync Project - {{ lab.project.name }}
awx.awx.project_update:
name: "{{ lab.project.name }}"
wait: true
timeout: 60
<<: *controller_login
tags:
setup-env

- name: Update controller credentials - {{ content_list }}
awx.awx.credential:
Expand Down

0 comments on commit 7dd34d4

Please sign in to comment.