Remove references to provisioning.yml

We aren't managing the provisioning user anymore, it is just assumed
to be there.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-02-26 16:53:48 +03:00
parent 29f7a76545
commit 19f5b60cb7
2 changed files with 0 additions and 4 deletions

View File

@ -46,9 +46,6 @@
when: "ansible_distribution == 'Debian'"
template: src=rc.local_{{ ansible_distribution }}.j2 dest=/etc/rc.local owner=root group=root mode=0755
- include: provisioning.yml
tags: provisioning
- include: ssh-keys.yml
tags: ssh-keys