web.yml: Use 'remote_user' instead of 'user'

The use of 'user' was deprecated in Ansible 1.4.
This commit is contained in:
Alan Orth 2017-10-03 14:05:15 +03:00
parent bdf32df28e
commit 643c89891e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: Configure web servers
hosts: web
user: provisioning
remote_user: provisioning
become: yes
roles:
- { role: common, when: ansible_os_family == 'Debian' }