summaryrefslogtreecommitdiffstats
path: root/lib/ansible_helper.rb
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-02-04 11:52:09 -0500
committerThomas Wiest <twiest@redhat.com>2015-02-05 15:53:32 -0500
commit5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4 (patch)
treef2cf79ab3f28d3a3b103361c05807d2e8f4086f5 /lib/ansible_helper.rb
parent7c1c02f3cc202acbc662f52fbc9a17911b044f24 (diff)
downloadopenshift-5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4.tar.gz
openshift-5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4.tar.bz2
openshift-5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4.tar.xz
openshift-5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4.zip
removed ignore_bug_6407 as that bug has now been fixed by ansible.
Diffstat (limited to 'lib/ansible_helper.rb')
-rw-r--r--lib/ansible_helper.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/ansible_helper.rb b/lib/ansible_helper.rb
index 080c9d00b..395bb51a8 100644
--- a/lib/ansible_helper.rb
+++ b/lib/ansible_helper.rb
@@ -89,13 +89,6 @@ extra_vars: #{@extra_vars.to_json}
ah.inventory = 'inventory/aws/ec2.py'
return ah
end
-
-
- def ignore_bug_6407
- puts
- puts %q[ .---- Spurious warning "It is unnecessary to use '{{' in loops" (ansible bug 6407) ----.]
- puts %q[ V V]
- end
end
end
end