They were ending up with sh, which is horrible
Signed-off-by: Zack Cerza <zack@redhat.com>
user:
name: "{{ ansible_user }}"
group: sudo
+ shell: /bin/bash
uid: "{{ ansible_user_uid_ }}"
update_password: on_create
register: user_created
uid: 1000
group: sudo
groups: "{{ teuthology_user }}"
+ shell: /bin/bash
state: present
- name: Add a user for xfstests to test user quotas.
user:
name: "{{ item.name }}"
group: sudo
+ shell: /bin/bash
state: present
with_items: managed_admin_users
tags:
- name: Create all users without sudo access.
user:
name: "{{ item.name }}"
+ shell: /bin/bash
state: present
with_items: managed_users
tags: