From c328cdbb5320756be6c5300579aae14c4177846b Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 23 Dec 2013 13:56:48 -0600 Subject: [PATCH] Missed prefixed variable attribute --- docsite/rst/guide_rax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/guide_rax.rst b/docsite/rst/guide_rax.rst index a4e984c60ba..40722c2ef31 100644 --- a/docsite/rst/guide_rax.rst +++ b/docsite/rst/guide_rax.rst @@ -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