File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,14 +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
- - ls -lgd /home/ansibletestuser | awk '{exit $3="ansibletestuser"}'
35
- - ls -lgd /home/ansibletestuser2 | awk '{exit $3="ansibletestuser2"}'
36
- - ls -lgd /home/ansibletestuser3 | awk '{exit $3="ansibletestgroup1"}'
37
- - ls -lgd /home/ansibletestuser4 | awk '{exit $3="ansibletestgroup1 "}'
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="users "}'
41
- - ls -lg /home/otherdirectory1/.profile | awk '{exit $3="ansibletestgroup1 "}'
34
+ - ls -lgd /home/ansibletestuser | awk '{exit $3== "ansibletestuser"}'
35
+ - ls -lgd /home/ansibletestuser2 | awk '{exit $3== "ansibletestuser2"}'
36
+ - ls -lgd /home/ansibletestuser3 | awk '{exit $3== "ansibletestgroup1"}'
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=="ansibletestgroup1 "}'
41
+ - ls -lg /home/otherdirectory1/.profile | awk '{exit $3=="users "}'
42
42
43
43
notifications :
44
44
webhooks : https://galaxy.ansible.com/api/v1/notifications/
You can’t perform that action at this time.
0 commit comments