Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Sep 15, 2017
2 parents e0e72cf + 51d1fd2 commit bc19672
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.retry
**/dependencies/*
**/roles/*

# Created by https://www.gitignore.io

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

before_cache:
- rm -f ${HOME}/.cache/pip/log/debug.log
- "find ${HOME}/.pip -name log -o -name __pycache__ -type d | xargs -I {} rm -rf {}"

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, ansiblebit
Copyright (c) 2014-2017, ansiblebit
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ test -s ${DIR}/../requirements.yml \
&& ansible-galaxy install \
--force \
-r ${DIR}/../requirements.yml \
--roles-path=${DIR}/dependencies \
--roles-path=${DIR}/roles \
|| true
1 change: 1 addition & 0 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

tasks:
- raw: sudo apt-get update -qq && sudo apt-get install -qq python2.7
changed_when: no
when: playbook_python2 is defined and
playbook_python2

Expand Down

0 comments on commit bc19672

Please sign in to comment.