fixing incorrect username, not what was requested
https://github.com/stationgroup/ansible-experiments/issues/13#issue-361852126 This is still missing `vagrant`.
This commit is contained in:
parent
81ad87f241
commit
81d6d4e8ff
|
@ -18,7 +18,7 @@
|
||||||
remove: yes
|
remove: yes
|
||||||
no_log: False
|
no_log: False
|
||||||
with_items: "{{ users }}"
|
with_items: "{{ users }}"
|
||||||
when: item.name != 'freebsd' and ansible_os_family == 'Debian'
|
when: item.name != 'ec2-user' and ansible_os_family == 'Debian'
|
||||||
|
|
||||||
- name: Add/Remove user(s) on FreeBSD systems
|
- name: Add/Remove user(s) on FreeBSD systems
|
||||||
user:
|
user:
|
||||||
|
|
Loading…
Reference in a new issue