You've already forked ansible-directadmin
Bring role up to spec (2.5+, Debian 9) and introduce LetsEncrypt support (#5)
* Bring role up to spec (2.5+) and introduce LetsEncrypt support * Add Debian 9 support and fix script args chdir * Use correct schema for travis and use command instead of script * Make use of requirements.txt for build and fix syntax * Got better at reading the docs now * Minor improvements
This commit is contained in:
@@ -12,8 +12,8 @@ addons:
|
||||
- python-pip
|
||||
|
||||
install:
|
||||
# Install ansible
|
||||
- pip install ansible
|
||||
# Install requirements
|
||||
- pip install -r requirements.txt -U
|
||||
|
||||
# Check ansible version
|
||||
- ansible --version
|
||||
@@ -26,4 +26,5 @@ script:
|
||||
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
webhooks:
|
||||
- https://galaxy.ansible.com/api/v1/notifications/
|
||||
Reference in New Issue
Block a user