Commit b9ec08cd by Feanil Patel

Remove debug lines.

parent aa02e62f
......@@ -93,8 +93,6 @@
- Name: "{{ vpc_name }}-nat-instance"
register: nat_instance
- debug: msg="{{ nat_instance }}"
- name: create nat instance
local_action:
module: 'ec2'
......@@ -175,8 +173,6 @@
- "subnet_id"
register: db_subnet_ids
- debug: msg="{{ db_subnet_ids }}"
- name: create db subnet group
rds_subnet_group:
profile: "{{ profile }}"
......
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