summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-05-19 09:27:30 -0400
committerKenny Woodson <kwoodson@redhat.com>2015-05-19 09:34:03 -0400
commit3b82232fab00f4ac2fe3490058d2cab851773e50 (patch)
treed9d4a69bbb0b0a693f4f65e87440d51a60269ce6 /roles
parent0ca0145d960a17619c426fde17a50237947d90ab (diff)
downloadopenshift-3b82232fab00f4ac2fe3490058d2cab851773e50.tar.gz
openshift-3b82232fab00f4ac2fe3490058d2cab851773e50.tar.bz2
openshift-3b82232fab00f4ac2fe3490058d2cab851773e50.tar.xz
openshift-3b82232fab00f4ac2fe3490058d2cab851773e50.zip
Removing destination format
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_ansible_inventory/tasks/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/openshift_ansible_inventory/tasks/main.yml b/roles/openshift_ansible_inventory/tasks/main.yml
index 5e517cb46..5fe77e38b 100644
--- a/roles/openshift_ansible_inventory/tasks/main.yml
+++ b/roles/openshift_ansible_inventory/tasks/main.yml
@@ -32,20 +32,6 @@
job: '/usr/share/ansible/inventory/multi_ec2.py --refresh-cache &> /dev/null'
when: oo_cron_refresh_cache is defined and oo_cron_refresh_cache
-- name: setting ec2.ini destination_format
- lineinfile:
- dest: /usr/share/ansible/inventory/aws/ec2.ini
- regexp: '^destination_format *='
- line: "destination_format = {{ oo_ec2_destination_format }}"
- when: oo_ec2_destination_format is defined
-
-- name: setting ec2.ini destination_format_tags
- lineinfile:
- dest: /usr/share/ansible/inventory/aws/ec2.ini
- regexp: '^destination_format_tags *='
- line: "destination_format_tags = {{ oo_ec2_destination_format_tags }}"
- when: oo_ec2_destination_format_tags is defined
-
- name: Set cache location
file:
state: directory