Skip to content

Commit

Permalink
Enable mules in testing, and curl api once runing
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 2, 2021
1 parent ca23a92 commit 04234ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,3 +22,4 @@ script:
# https://docs.ansible.com/ansible/latest/user_guide/become.html#becoming-an-unprivileged-user
# On a real system, you would want to use one of the workarounds in the docs (of which this is the third)
- sudo $VIRTUAL_ENV/bin/ansible-playbook -i "localhost, " -c local tests/test_playbook.yml
- curl http://127.0.0.1:8080/api/version
3 changes: 2 additions & 1 deletion tests/test_playbook.yml
Expand Up @@ -6,12 +6,13 @@
connection: local
remote_user: travis
vars:
galaxy_commit_id: release_19.09
galaxy_commit_id: release_21.01
galaxy_create_user: yes
galaxy_manage_paths: yes
galaxy_manage_clone: yes
galaxy_manage_download: no
galaxy_manage_existing: no
galaxy_manage_systemd: yes
galaxy_config_style: yaml
galaxy_layout: root-dir
galaxy_root: /srv/galaxy
Expand Down

0 comments on commit 04234ce

Please sign in to comment.