Skip to content

Commit

Permalink
Issue geerlingguy#1302: Remove ansible_ssh_user variable to avoid ups…
Browse files Browse the repository at this point in the history
…tream bugs
  • Loading branch information
oxyc committed Apr 20, 2017
1 parent 262b784 commit 4037d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ _devtool_docroots:
- "{{ php_xhprof_html_dir }}"
- "{{ dashboard_install_dir|default('') }}"

drupalvm_user: "{{ ansible_ssh_user | default(ansible_env.SUDO_USER, true) | default(ansible_env.USER, true) | default(ansible_user_id) }}"
drupalvm_user: "{{ ansible_env.SUDO_USER | default(ansible_env.USER, true) | default(ansible_user_id, true) }}"

0 comments on commit 4037d87

Please sign in to comment.