Skip to content

Commit

Permalink
fix(naming): fix wrong old ednxzu namespace on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ednxzu committed Feb 5, 2024
1 parent 1c41103 commit 48d0c8e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Example Playbook
# calling the role inside a playbook with either the default or group_vars/host_vars
- hosts: servers
roles:
- ednxzu.deploy_haproxy
- ednz_cloud.deploy_haproxy
```
License
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
hosts: all
become: true
tasks:
- name: "Include ednxzu.deploy_haproxy"
- name: "Include ednz_cloud.deploy_haproxy"
ansible.builtin.include_role:
name: "ednxzu.deploy_haproxy"
name: "ednz_cloud.deploy_haproxy"
4 changes: 2 additions & 2 deletions molecule/default_vagrant/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
hosts: all
become: true
tasks:
- name: "Include ednxzu.deploy_haproxy"
- name: "Include ednz_cloud.deploy_haproxy"
ansible.builtin.include_role:
name: "ednxzu.deploy_haproxy"
name: "ednz_cloud.deploy_haproxy"
4 changes: 2 additions & 2 deletions molecule/with_tls_enabled/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
hosts: all
become: true
tasks:
- name: "Include ednxzu.deploy_haproxy"
- name: "Include ednz_cloud.deploy_haproxy"
ansible.builtin.include_role:
name: "ednxzu.deploy_haproxy"
name: "ednz_cloud.deploy_haproxy"
4 changes: 2 additions & 2 deletions molecule/with_tls_enabled_vagrant/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
hosts: all
become: true
tasks:
- name: "Include ednxzu.deploy_haproxy"
- name: "Include ednz_cloud.deploy_haproxy"
ansible.builtin.include_role:
name: "ednxzu.deploy_haproxy"
name: "ednz_cloud.deploy_haproxy"

0 comments on commit 48d0c8e

Please sign in to comment.