Andrea Frittoli 4ea02ec487 Deploy ssh key as root for non-root users
The role to distribute the build ssh key to a user uses the "copy"
module in combination with become_user. When the target user is not
root, this does not work because the ansible user is not root
either and "copy" is not compatible with pipelining:
http://docs.ansible.com/ansible/latest/user_guide/become.html#becoming-an-unprivileged-user

To solve the issue run the copy as root and set the owner of the
target file. Use the "user" module to resolve "~" to the target user
home directory.

Change-Id: Ic66eb2b14bc55a412dfa73aa0722cd59887a4e83
2018-04-23 13:07:14 +01:00
..
2018-04-05 11:07:42 -07:00
2018-01-02 22:49:13 +00:00
2017-10-27 06:10:31 +02:00
2017-10-31 17:39:32 -04:00
2017-11-14 13:19:08 +00:00
2017-10-09 08:32:45 -05:00
2018-03-28 23:10:22 +02:00
2017-12-26 13:29:12 +01:00
2018-03-28 23:10:22 +02:00
2018-03-28 23:10:22 +02:00
2018-04-16 10:33:46 -07:00
2017-09-02 14:17:32 -05:00
2018-03-29 13:52:58 +00:00