Skip to content

Commit e1538d9

Browse files
authored
If inventory project exists, update project and sync sources (#64)
* if inventory project exists, update project and sync sources * Use launch to update sources still
1 parent 537edb5 commit e1538d9

File tree

1 file changed

+2
-1
lines changed
  • inventory-generation/tower_jobs_launch

1 file changed

+2
-1
lines changed

inventory-generation/tower_jobs_launch/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
scm_url: '{{ url }}'
3737
scm_branch: master
3838
scm_credential_name: '{{ scm_credential_name }}'
39-
scm_update_on_launch: true
39+
scm_project_update: true
40+
scm_project_update_wait: true
4041
inventories:
4142
- name: '{{ customer_engagement }}-tower_jobs_launch'
4243
description: 'Inventory for {{ customer_engagement }}'

0 commit comments

Comments
 (0)