Commit a600c111 by Will Daly

Fixed incorrect file name to ruby_env

parent 7ecf80bc
......@@ -13,7 +13,7 @@
mode=0500
- name: Set permissions on rbenv config
file: path="{{ jenkins_user_home }}/rbenv" state=file
file: path="{{ jenkins_user_home }}/ruby_env" state=file
owner="{{ jenkins_user }}" group="{{ jenkins_group }}"
mode=0500
ignore_errors: yes
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