File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ script:
33
33
- grep --silent "^ansibletestgroup1:" /etc/group
34
34
- ls -lgd /home/ansibletestuser | awk '{exit $3=="ansibletestuser"}'
35
35
- ls -lgd /home/otherdirectory | awk '{exit $3=="ansibletestuser2"}'
36
- - ls -lgd /home/ansibletestuser3 | awk '{exit $3=="ansibletestgroup1 "}'
36
+ - ls -lgd /home/ansibletestuser3 | awk '{exit $3=="ansibletestgroup "}'
37
37
- ls -lgd /home/otherdirectory1 | awk '{exit $3=="users"}'
38
38
- ls -lg /home/ansibletestuser/.profile | awk '{exit $3=="ansibletestuser"}'
39
39
- ls -lg /home/otherdirectory/.profile | awk '{exit $3=="ansibletestuser2"}'
40
- - ls -lg /home/ansibletestuser3/.profile | awk '{exit $3=="ansibletestgroup1 "}'
40
+ - ls -lg /home/ansibletestuser3/.profile | awk '{exit $3=="ansibletestgroup "}'
41
41
- ls -lg /home/otherdirectory1/.profile | awk '{exit $3=="users"}'
42
42
43
43
notifications :
You can’t perform that action at this time.
0 commit comments