fix(naming): fix wrong old ednxzu namespace on tests
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 1m4s
test / Molecule tests (default, debian12) (push) Successful in 1m23s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m9s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m35s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m14s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m30s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m24s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m19s
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 1m4s
test / Molecule tests (default, debian12) (push) Successful in 1m23s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m9s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m35s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m14s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m30s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m24s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m19s
This commit is contained in:
parent
1c4110371c
commit
48d0c8ecab
@ -29,7 +29,7 @@ Example Playbook
|
|||||||
# calling the role inside a playbook with either the default or group_vars/host_vars
|
# calling the role inside a playbook with either the default or group_vars/host_vars
|
||||||
- hosts: servers
|
- hosts: servers
|
||||||
roles:
|
roles:
|
||||||
- ednxzu.deploy_haproxy
|
- ednz_cloud.deploy_haproxy
|
||||||
```
|
```
|
||||||
|
|
||||||
License
|
License
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include ednxzu.deploy_haproxy"
|
- name: "Include ednz_cloud.deploy_haproxy"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "ednxzu.deploy_haproxy"
|
name: "ednz_cloud.deploy_haproxy"
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include ednxzu.deploy_haproxy"
|
- name: "Include ednz_cloud.deploy_haproxy"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "ednxzu.deploy_haproxy"
|
name: "ednz_cloud.deploy_haproxy"
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include ednxzu.deploy_haproxy"
|
- name: "Include ednz_cloud.deploy_haproxy"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "ednxzu.deploy_haproxy"
|
name: "ednz_cloud.deploy_haproxy"
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include ednxzu.deploy_haproxy"
|
- name: "Include ednz_cloud.deploy_haproxy"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "ednxzu.deploy_haproxy"
|
name: "ednz_cloud.deploy_haproxy"
|
||||||
|
Loading…
Reference in New Issue
Block a user