@@ -27,19 +27,19 @@ script:
27
27
# its a big thing to bring in on a small pull.
28
28
- id ansibletestuser | grep --silent "uid=2222(ansibletestuser) gid=2222(ansibletestuser) groups=2222(ansibletestuser),2(bin),100(users)"
29
29
- id ansibletestuser2 | grep --silent "uid=2223(ansibletestuser2) gid=2223(ansibletestuser2) groups=2223(ansibletestuser2),2(bin),100(users)"
30
- - id ansibletestuser3 | grep --silent "uid=2224(ansibletestuser3) gid=4000(ansibletestgroup ) groups=4000(ansibletestgroup),2(bin),100(users)"
30
+ - id ansibletestuser3 | grep --silent "uid=2224(ansibletestuser3) gid=4000(ansibletestgroup1 ) groups=4000(ansibletestgroup),2(bin),100(users)"
31
31
- id ansibletestuser4 | grep --silent "uid=2225(ansibletestuser4) gid=100(users) groups=100(users),2(bin)"
32
32
- id ansibletestuser5 | grep --silent "uid=2226(ansibletestuser5) gid=4000(ansibletestgroup) groups=4000(ansibletestgroup),2(bin),100(users)"
33
33
- grep --silent "^ansibletestgroup:" /etc/group
34
34
- grep --silent "^ansibletestgroup1:" /etc/group
35
35
- ls -lgd /home/ansibletestuser | awk '{exit $3!="ansibletestuser"}'
36
36
- ls -lgd /home/otherdirectory | awk '{exit $3!="ansibletestuser2"}'
37
- - ls -lgd /home/ansibletestuser3 | awk '{exit $3!="ansibletestgroup "}'
37
+ - ls -lgd /home/ansibletestuser3 | awk '{exit $3!="ansibletestgroup1 "}'
38
38
- ls -lgd /home/otherdirectory1 | awk '{exit $3!="users"}'
39
39
- ls -lgd /home/ansibletestuser5 | awk '{exit $3!="ansibletestgroup"}'
40
40
- ls -lg /home/ansibletestuser/.profile | awk '{exit $3!="ansibletestuser"}'
41
41
- ls -lg /home/otherdirectory/.profile | awk '{exit $3!="ansibletestuser2"}'
42
- - ls -lg /home/ansibletestuser3/.profile | awk '{exit $3!="ansibletestgroup "}'
42
+ - ls -lg /home/ansibletestuser3/.profile | awk '{exit $3!="ansibletestgroup1 "}'
43
43
- ls -lg /home/otherdirectory1/.profile | awk '{exit $3!="users"}'
44
44
- ls -lgd /home/ansibletestuser5/.profile | awk '{exit $3!="ansibletestgroup"}'
45
45
0 commit comments