Fix bare variable references in docs

This commit is contained in:
Andrew Gaffney
2016-11-10 10:00:38 -07:00
parent 947e0f264e
commit a625bfc8db
6 changed files with 13 additions and 13 deletions

View File

@@ -222,7 +222,7 @@ Now to the fun part. We create a playbook to create our infrastructure we call i
ip_address: "{{ public_ip }}"
port: "{{ item.port }}"
cidr: "{{ item.cidr | default('0.0.0.0/0') }}"
with_items: cs_firewall
with_items: "{{ cs_firewall }}"
when: public_ip is defined
- name: ensure static NATs