Commit eb1e4f8b by John Eskew

Remove become: true

parent 0c8c3f5b
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
- name: migrate to apply any unapplied migrations - name: migrate to apply any unapplied migrations
shell: '{{ COMMAND_PREFIX }} run_migrations "{{ temp_output_dir.stdout }}/{{ unapplied_migrations_output }}" --output_file "{{ temp_output_dir.stdout }}/{{ migration_output }}"' shell: '{{ COMMAND_PREFIX }} run_migrations "{{ temp_output_dir.stdout }}/{{ unapplied_migrations_output }}" --output_file "{{ temp_output_dir.stdout }}/{{ migration_output }}"'
become: true
become_user: "{{ APPLICATION_USER }}" become_user: "{{ APPLICATION_USER }}"
- name: Transfer artifacts to the proper place. - name: Transfer artifacts to the proper place.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment