Skip to content

Commit 28d879e

Browse files
authored
Fix inventory paths (#61)
1 parent 447c8d8 commit 28d879e

File tree

1 file changed

+4
-4
lines changed
  • inventory-generation/tower_jobs_launch

1 file changed

+4
-4
lines changed

inventory-generation/tower_jobs_launch/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@
4949
ansible_connection: local
5050
sources:
5151
- name: '{{ customer_engagement }}-notifications'
52-
description: Source for {{ customer_engagement }}-notifications
52+
description: 'Source for {{ customer_engagement }}-notifications'
5353
inventory: '{{ customer_engagement }}-tower_jobs_launch'
5454
source: scm
5555
source_project: '{{ customer_engagement }}-project'
5656
credential: '{{ scm_credential_name }}'
57-
source_path: iac/inventories/tower_jobs_schedules/inventory
57+
source_path: iac/inventories/notifications/inventory
5858
update_on_launch: true
5959
source_vars: |-
6060
---
6161
- name: '{{ customer_engagement }}-tower_jobs_schedules'
62-
description: Source for {{ customer_engagement }}-notifications
62+
description: 'Source for {{ customer_engagement }}-tower_jobs_schedules'
6363
inventory: '{{ customer_engagement }}-tower_jobs_launch'
6464
source: scm
6565
source_project: '{{ customer_engagement }}-project'
6666
credential: '{{ scm_credential_name }}'
67-
source_path: iac/inventories/notifications/inventory
67+
source_path: iac/inventories/tower_jobs_schedules/inventory
6868
update_on_launch: true
6969
source_vars: |-
7070
---

0 commit comments

Comments
 (0)