Skip to content

Commit

Permalink
Update bundle install command path in Ansible playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Apr 28, 2024
1 parent f9b7a76 commit 4b369de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/image/ansible/07_application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gather_facts: no
tasks:
- name: bundle install
shell: cd /home/isucon/private_isu/webapp/ruby; bash -lc "bundle install"
shell: cd /home/isucon/private_isu/webapp/ruby; bash -lc "/home/isucon/.local/ruby/bin/bundle install"

- hosts: guests:extras
#- hosts: extras
Expand Down

0 comments on commit 4b369de

Please sign in to comment.