Skip to content

Commit

Permalink
Merge pull request #3 from zeelax/fix/ansible-2.x
Browse files Browse the repository at this point in the history
Ansible 2.x compatibility
  • Loading branch information
ahelal committed May 26, 2016
2 parents f69f24d + 7b67769 commit f6a577e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
galaxy_info:
author: Adham Helal
description: "Ansible AWS route53"
min_ansible_version: 1.7
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
- precise
- trusty
categories:
- system

Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
value: "{{ item.value }}"
overwrite: "{{ item.overwrite | default(omit) }}"
retry_interval: "{{ item.retry | default(omit) }}"
with_items: aws_route53_value
with_items: "{{ aws_route53_value }}"
when: aws_route53_value | default("") != "" and aws_route53_value is iterable and aws_route53_value is not string

0 comments on commit f6a577e

Please sign in to comment.