We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719cc7f commit 29b2b07Copy full SHA for 29b2b07
.travis.yml
@@ -10,11 +10,6 @@ env:
10
- MOLECULE_DISTRO: ubuntu1604
11
- MOLECULE_DOCKER_COMMAND: "/bin/systemd"
12
13
-before_script:
14
- - cd ../
15
- - mv ansible_role_$ROLE_NAME ecaepp.$ROLE_NAME
16
- - cd ecaepp.$ROLE_NAME
17
-
18
install:
19
- pip install molecule docker
20
molecule/default/playbook.yml
@@ -2,4 +2,4 @@
2
- name: Converge
3
hosts: all
4
roles:
5
- - { role: ecaepp.nginx }
+ - { role: ansible_role_nginx }
0 commit comments