diff --git a/meta/main.yml b/meta/main.yml index a0cb2f9..9370487 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -21,11 +21,15 @@ galaxy_info: comprehensive test system including Jenkins and Zuul. company: Red Hat, Inc. license: Apache - min_ansible_version: 2.0 + min_ansible_version: 2.4 platforms: - - name: EL + - name: Fedora versions: - - 7 + - 27 + - name: Ubuntu + versions: + - 16.04 + - 18.04 categories: - - cloud + - system dependencies: [] diff --git a/requirements.txt b/requirements.txt index e73a631..f3a3f52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -ansible>=2.0.0,<2.4.0 +ansible>=2.4.0