Support ansible 2.0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
429935d063
commit
c9c5332a38
@ -20,7 +20,7 @@ galaxy_info:
|
|||||||
unsecured network.
|
unsecured network.
|
||||||
company: Red Hat, Inc.
|
company: Red Hat, Inc.
|
||||||
license: Apache
|
license: Apache
|
||||||
min_ansible_version: 1.9
|
min_ansible_version: 2.0
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
|
@ -1 +1 @@
|
|||||||
ansible
|
ansible>=2.0.0
|
||||||
|
@ -13,4 +13,4 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
- include: config.yaml
|
- include: config.yaml
|
||||||
sudo: yes
|
become: yes
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
sudo: yes
|
become: yes
|
||||||
vars:
|
vars:
|
||||||
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"
|
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user