We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028f224 commit 861c5b6Copy full SHA for 861c5b6
.travis.yml
@@ -7,3 +7,6 @@ env:
7
script:
8
# Run tests.
9
- ${PWD}/tests/test.sh
10
+
11
+notifications:
12
+ webhooks: https://galaxy.ansible.com/api/v1/notifications/
README.md
@@ -27,7 +27,8 @@ celery_services
27
```
28
Dependencies
29
------------
30
-Python
+Python2.7+
31
32
Message Broker - the tests in this role use a local instance of redis-server
33
34
Example Playbook
0 commit comments