More debug for travis

This commit is contained in:
Jack Ivanov 2018-03-27 19:28:48 +03:00
parent c378eacc00
commit bb094a7b16
2 changed files with 4 additions and 1 deletions

View file

@ -21,6 +21,7 @@ addons:
- expect-dev
- debootstrap
- shellcheck
- tree
cache:
directories:
@ -54,6 +55,8 @@ install:
- sudo apt-get install build-essential libssl-dev libffi-dev python-dev && sudo pip install -r requirements.txt
- pip install ansible-lint
- gem install awesome_bot
- ansible-playbook --version
- tree . -L 2
script:
# - awesome_bot --allow-dupe --skip-save-results *.md docs/*.md --white-list paypal.com,do.co,microsoft.com,https://github.com/trailofbits/algo/archive/master.zip,https://github.com/trailofbits/algo/issues/new

View file

@ -23,7 +23,7 @@
blockinfile:
dest: configs/inventory.dynamic
marker: "# {mark} ALGO MANAGED BLOCK"
create: yes
create: true
block: |
[algo:children]
{% for group in cloud_providers.keys() %}