Skip to content

Commit b0ffabc

Browse files
author
Colin Hoglund
committed
fix user5 tests
1 parent c537a08 commit b0ffabc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,13 @@
8888
- hosts: localhost
8989
remote_user: root
9090
vars:
91-
users_create_per_user_group: false
92-
define_individual_user_group: true
9391
users:
9492
- name: Ansible Test User5
9593
username: ansibletestuser5
9694
uid: 2226
9795
group: ansibletestgroup
9896
groups: [users, bin]
9997
shell: /bin/sh
100-
home: /home/otherdirectory2
10198
profile: |
10299
alias ll='ls -lah'
103100
alias cp='cp -iv'

0 commit comments

Comments
 (0)