@@ -29,16 +29,19 @@ script:
29
29
- id ansibletestuser2 | grep --silent "uid=2223(ansibletestuser2) gid=2223(ansibletestuser2) groups=2223(ansibletestuser2),2(bin),100(users)"
30
30
- id ansibletestuser3 | grep --silent "uid=2224(ansibletestuser3) gid=4000(ansibletestgroup) 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
+ - id ansibletestuser5 | grep --silent "uid=2226(ansibletestuser5) gid=4000(ansibletestgroup) groups=4000(ansibletestgroup),2(bin),100(users)"
32
33
- grep --silent "^ansibletestgroup:" /etc/group
33
34
- grep --silent "^ansibletestgroup1:" /etc/group
34
35
- ls -lgd /home/ansibletestuser | awk '{exit $3!="ansibletestuser"}'
35
36
- ls -lgd /home/otherdirectory | awk '{exit $3!="ansibletestuser2"}'
36
37
- ls -lgd /home/ansibletestuser3 | awk '{exit $3!="ansibletestgroup"}'
37
38
- ls -lgd /home/otherdirectory1 | awk '{exit $3!="users"}'
38
- - ls -lg /home/ansibletestuser/.profile | awk '{exit $3!="ansibletestuser"}'
39
- - ls -lg /home/otherdirectory/.profile | awk '{exit $3!="ansibletestuser2"}'
40
- - ls -lg /home/ansibletestuser3/.profile | awk '{exit $3!="ansibletestgroup"}'
41
- - ls -lg /home/otherdirectory1/.profile | awk '{exit $3!="users"}'
39
+ - ls -lgd /home/ansibletestuser5 | awk '{exit $3!="ansibletestgroup"}'
40
+ - ls -lg /home/ansibletestuser/.profile | awk '{exit $3!="ansibletestuser"}'
41
+ - ls -lg /home/otherdirectory/.profile | awk '{exit $3!="ansibletestuser2"}'
42
+ - ls -lg /home/ansibletestuser3/.profile | awk '{exit $3!="ansibletestgroup"}'
43
+ - ls -lg /home/otherdirectory1/.profile | awk '{exit $3!="users"}'
44
+ - ls -lgd /home/ansibletestuser5/.profile | awk '{exit $3!="ansibletestgroup"}'
42
45
43
46
notifications :
44
47
webhooks : https://galaxy.ansible.com/api/v1/notifications/
0 commit comments