syncing some fixes

This commit is contained in:
ipvsean
2020-03-06 16:26:13 -05:00
parent e3b84a8b87
commit 5c10dbcdc8
6 changed files with 80 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
- name: add tower project
tower_project:
name: "{{project.name}}"
description: "{{project.description}}"
organization: "{{project.organization}}"
scm_type: "{{project.scm_type}}"
scm_url: "{{project.scm_url}}"
name: "{{demos[demo].project.name}}"
description: "{{demos[demo].project.description}}"
organization: "{{demos[demo].project.organization}}"
scm_type: "{{demos[demo].project.scm_type}}"
scm_url: "{{demos[demo].project.scm_url}}"
tower_username: "{{my_tower_username}}"
tower_password: "{{my_tower_password}}"
tower_host: "{{my_tower_host}}"