Commit 59b6a629 by John Jarvis

fixing sudo

parent bc8c914b
# Creates a cname for a sandbox ec2 instance # Creates a cname for a sandbox ec2 instance
- name: Creates a CNAME - name: Creates a CNAME
hosts: all hosts: all
sudo: True
gather_facts: False gather_facts: False
tasks: tasks:
- name: Add DNS name - name: Add DNS name
local_action: route53:
module: route53
overwrite: yes overwrite: yes
command: create command: create
zone: "{{ dns_zone }}" zone: "{{ dns_zone }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment