roles/backend_config/tasks/main.yml in taperole-1.1.2 vs roles/backend_config/tasks/main.yml in taperole-1.1.3
- old
+ new
@@ -5,10 +5,10 @@
# so we gotta use login shells to do this stuff
- name: Install bundle gems
remote_user: "{{ deployer_user.name }}"
command: chdir={{ be_app_path }}
bash -lc "RAILS_ENV={{be_app_env}} bundle install
- --without test development --deployment"
+ --without test development --binstubs --deployment"
tags: [be_deploy, bundle]
- name: Ensure env_config.yml file present
stat: path={{ be_app_path }}/config/env_config.yml
register: env_config_file