mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 23:24:01 +02:00
More debug for travis
This commit is contained in:
parent
c378eacc00
commit
bb094a7b16
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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() %}
|
||||
|
|
Loading…
Add table
Reference in a new issue