mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Missed prefixed variable attribute
This commit is contained in:
parent
643690ffec
commit
c328cdbb53
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ Build a complete webserver environment with servers, custom networks and load ba
|
||||||
module: rax_clb_nodes
|
module: rax_clb_nodes
|
||||||
credentials: ~/.raxpub
|
credentials: ~/.raxpub
|
||||||
load_balancer_id: "{{ clb.balancer.id }}"
|
load_balancer_id: "{{ clb.balancer.id }}"
|
||||||
address: "{{ item.networks.private|first }}"
|
address: "{{ item.rax_networks.private|first }}"
|
||||||
port: 80
|
port: 80
|
||||||
condition: enabled
|
condition: enabled
|
||||||
type: primary
|
type: primary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue