The option was renamed in 2.0
Signed-off-by: Zack Cerza <zack@redhat.com>
# assuming the nodes we run this on will most likely
# have an ubuntu user already created.
vars:
- ansible_ssh_user: ubuntu
+ ansible_user: ubuntu
roles:
- ansible-managed
state: present
# If we're currently running as teuthology_user, we won't be able to modify
# the account
- when: teuthology_user != ansible_ssh_user
+ when: teuthology_user != ansible_user
register: teuthology_user_existence
# If the teuthology_user was just created, delete its password