Skip to content

Commit f70530b

Browse files
committed
Ansible Galaxy namespace changed
1 parent 8dd51b2 commit f70530b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/Tecnativa/ansible-role-docker.svg?branch=master)](https://travis-ci.org/Tecnativa/ansible-role-docker)
44
[![GitHub license](https://img.shields.io/github/license/Tecnativa/ansible-role-docker.svg)](https://github.com/Tecnativa/ansible-role-docker/blob/master/LICENSE)
5-
[![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-yajo.docker-blue.svg)][galaxy]
5+
[![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-tecnativa.docker-blue.svg)][galaxy]
66

77
Set up docker servers with all of the docker project software stack.
88

@@ -27,7 +27,7 @@ override. All the non-obvious ones are docummented inline.
2727
```yaml
2828
- hosts: docker
2929
roles:
30-
- role: yajo.docker
30+
- role: tecnativa.docker
3131
vars:
3232
docker_app_state: present
3333
docker_compose_state: present

tests/apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create the playground
22
- hosts: test-playground-controller
33
roles:
4-
- role: yajo.ansible_test_playground
4+
- role: tecnativa.ansible_test_playground
55

66
- hosts: test-playground
77
roles:

tests/destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- hosts: test-playground-controller
22
roles:
3-
- role: yajo.ansible_test_playground
3+
- role: tecnativa.ansible_test_playground
44
vars:
55
test_playground_state: absent

tests/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- src: yajo.ansible_test_playground
1+
- src: tecnativa.ansible_test_playground

tests/unapply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Create the playground
22
- hosts: test-playground-controller
33
roles:
4-
- role: yajo.ansible_test_playground
4+
- role: tecnativa.ansible_test_playground
55

66
- hosts: test-playground
77
roles:

0 commit comments

Comments
 (0)