Skip to content

Commit

Permalink
Testing: handle role name difference
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmahon committed Jul 14, 2016
1 parent 3b57040 commit 5c8e4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ install:
- echo "localhost" > inventory

script:
# We have a different canonical role name from our github repo
# in order to accommodate galaxy's naming conventions.
- "ln -s ../ansible.plone_server ../plone.plone_server"

# Check the role/playbook's syntax.
- "ansible-playbook -i inventory $SITE --syntax-check"

Expand Down
4 changes: 2 additions & 2 deletions test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@

roles:

- role: plone.plone_server
- role: ansible.plone_server
plone_config: "{{ servers[0] }}"

- role: plone.plone_server
- role: ansible.plone_server
plone_config: "{{ servers[1] }}"

tasks:
Expand Down

0 comments on commit 5c8e4eb

Please sign in to comment.