Missed prefixed variable attribute

This commit is contained in:
Matt Martz 2013-12-23 13:56:48 -06:00
parent 643690ffec
commit c328cdbb53

View file

@ -542,7 +542,7 @@ Build a complete webserver environment with servers, custom networks and load ba
module: rax_clb_nodes
credentials: ~/.raxpub
load_balancer_id: "{{ clb.balancer.id }}"
address: "{{ item.networks.private|first }}"
address: "{{ item.rax_networks.private|first }}"
port: 80
condition: enabled
type: primary