ansible/roles/rails/tasks/main.yml in subspace-3.0.0 vs ansible/roles/rails/tasks/main.yml in subspace-3.0.2
- old
+ new
@@ -42,26 +42,9 @@
src: database.yml
dest: /u/apps/{{project_name}}/shared/config/database.yml
owner: "{{deploy_user}}"
become: true
- - name: Create application.yml (legacy)
- when: appyml is defined
- template:
- src: application.yml
- dest: /u/apps/{{project_name}}/shared/config/application.yml
- owner: "{{deploy_user}}"
- become: true
- tags:
- - appyml
-
- - debug:
- msg: "Warning: Using legacy appyml for variable configuration. Consider switching to application.yml.template"
- verbosity: 0
- when: appyml is defined
- tags:
- - appyml
-
- name: Create application.yml
when: appyml is not defined
template:
src: application.yml.template
dest: /u/apps/{{project_name}}/shared/config/application.yml