web.yml: Use 'remote_user' instead of 'user'
The use of 'user' was deprecated in Ansible 1.4.
This commit is contained in:
parent
bdf32df28e
commit
643c89891e
2
web.yml
2
web.yml
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
- name: Configure web servers
|
- name: Configure web servers
|
||||||
hosts: web
|
hosts: web
|
||||||
user: provisioning
|
remote_user: provisioning
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- { role: common, when: ansible_os_family == 'Debian' }
|
- { role: common, when: ansible_os_family == 'Debian' }
|
||||||
|
Loading…
Reference in New Issue
Block a user