Skip to content

Commit

Permalink
Renaming role in travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Respheal committed Sep 9, 2020
1 parent ba97f42 commit 6cb398e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ addons:
- python3-pip

env:
global:
- GIT_BASE="https://github.com/respheal"
- ROLE_DIR="/home/travis/.ansible/roles"
matrix:
- MOLECULE_DISTRO="centos-7"
- MOLECULE_DISTRO="centos-8"
Expand All @@ -19,6 +22,7 @@ env:

install:
- pip install -r requirements.txt
- git clone $GIT_BASE/monit $ROLE_DIR/ansible-role-monit

script:
- molecule test
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- name: Converge
hosts: all
roles:
- role: inmotion.monit
- role: ansible-role-monit

0 comments on commit 6cb398e

Please sign in to comment.