File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ script:
31
31
- id ansibletestuser4 | grep --silent "uid=2225(ansibletestuser4) gid=100(users) groups=100(users),2(bin)"
32
32
- grep --silent "^ansibletestgroup:" /etc/group
33
33
- grep --silent "^ansibletestgroup1:" /etc/group
34
- - find /home -ls | grep -v /home/travis
35
- - ls -lgd /home/ansibletestuser | awk '{exit $3=="ansibletestuser"}'
36
- - ls -lgd /home/otherdirectory | awk '{exit $3=="ansibletestuser2"}'
37
- - ls -lgd /home/ansibletestuser3 | awk '{exit $3=="ansibletestgroup"}'
38
- - ls -lgd /home/otherdirectory1 | awk '{exit $3=="users"}'
39
- - ls -lg /home/ansibletestuser/.profile | awk '{exit $3=="ansibletestuser"}'
40
- - ls -lg /home/otherdirectory/.profile | awk '{exit $3=="ansibletestuser2"}'
41
- - ls -lg /home/ansibletestuser3/.profile | awk '{exit $3=="ansibletestgroup"}'
42
- - ls -lg /home/otherdirectory1/.profile | awk '{exit $3=="users"}'
34
+ - ls -lgd /home/ansibletestuser | awk '{exit $3!="ansibletestuser"}'
35
+ - ls -lgd /home/otherdirectory | awk '{exit $3!="ansibletestuser2"}'
36
+ - ls -lgd /home/ansibletestuser3 | awk '{exit $3!="ansibletestgroup"}'
37
+ - 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"}'
43
42
44
43
notifications :
45
44
webhooks : https://galaxy.ansible.com/api/v1/notifications/
You can’t perform that action at this time.
0 commit comments