Skip to content

Commit

Permalink
ansible: add 'home=/User' var for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 16, 2019
1 parent 2c0e049 commit ee7d97f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ home = /u
[hosts:win]
ansible_connection = winrm
ansible_winrm_server_cert_validation = ignore

[hosts:macos]
home = /User

0 comments on commit ee7d97f

Please sign in to comment.