Files
dc-deployments-automation/roles/bitbucket_config/tasks/main.yml
2019-05-30 14:31:14 +10:00

7 lines
150 B
YAML

---
- name: Create Bitbucket config file
template:
src: bitbucket.properties.j2
dest: "{{ atl_product_home_shared }}/bitbucket.properties"