Skip to content

Commit 29b2b07

Browse files
author
ecaepp
committed
Removed before script
1 parent 719cc7f commit 29b2b07

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ env:
1010
- MOLECULE_DISTRO: ubuntu1604
1111
- MOLECULE_DOCKER_COMMAND: "/bin/systemd"
1212

13-
before_script:
14-
- cd ../
15-
- mv ansible_role_$ROLE_NAME ecaepp.$ROLE_NAME
16-
- cd ecaepp.$ROLE_NAME
17-
1813
install:
1914
- pip install molecule docker
2015

molecule/default/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- name: Converge
33
hosts: all
44
roles:
5-
- { role: ecaepp.nginx }
5+
- { role: ansible_role_nginx }

0 commit comments

Comments
 (0)