Skip to content

Commit 7857279

Browse files
committed
The sense was swapped
1 parent b2146de commit 7857279

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ script:
3131
- id ansibletestuser4 | grep --silent "uid=2225(ansibletestuser4) gid=100(users) groups=100(users),2(bin)"
3232
- grep --silent "^ansibletestgroup:" /etc/group
3333
- 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"}'
4342

4443
notifications:
4544
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 commit comments

Comments
 (0)