Skip to content

Commit

Permalink
Simplify test include. (ansible#54962)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and ansibot committed Apr 7, 2019
1 parent 993727f commit b92281f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tasks:
- name: Setup docker
include_role:
name: ../../setup_docker
name: setup_docker
- name: Create a Swarm cluster
docker_swarm:
state: present
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/inventory_docker_swarm/runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cleanup() {
trap cleanup INT TERM EXIT

echo "Setup"
ansible-playbook playbooks/swarm_setup.yml
ANSIBLE_ROLES_PATH=.. ansible-playbook playbooks/swarm_setup.yml

echo "Test docker_swarm inventory 1"
ansible-playbook -i inventory_1.docker_swarm.yml playbooks/test_inventory_1.yml
Expand Down

0 comments on commit b92281f

Please sign in to comment.