Commit 59b6a629 by John Jarvis

fixing sudo

parent bc8c914b
# Creates a cname for a sandbox ec2 instance
- name: Creates a CNAME
hosts: all
sudo: True
gather_facts: False
tasks:
- name: Add DNS name
local_action:
module: route53
route53:
overwrite: yes
command: create
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