Add support for ansible 2.0

Change-Id: I8e94a5e45fdd35a18ddb5b63d7001e11690cef7e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-01-28 14:40:27 -05:00
parent 75551c8436
commit 38be7a97ef
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ galaxy_info:
and ramdisk images.
company: Red Hat, Inc.
license: Apache
min_ansible_version: 1.9
min_ansible_version: 2.0
platforms:
- name: EL
versions:

View File

@ -1 +1 @@
ansible<2.0
ansible>=2.0.0

View File

@ -16,4 +16,4 @@
include_vars: "{{ ansible_os_family }}.yaml"
- include: install.yaml
sudo: yes
become: yes

View File

@ -13,7 +13,7 @@
# under the License.
---
- hosts: localhost
sudo: yes
become: yes
vars:
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"
pre_tasks: