diff --git a/meta/main.yml b/meta/main.yml index e4ab703..6c2e5a7 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -23,6 +23,7 @@ galaxy_info: - name: Ubuntu versions: - xenial + - bionic - name: EL versions: - 7 diff --git a/tests/test.yml b/tests/test.yml index 9c0200c..1925c9f 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Prepare the host/containers - include: common/test-setup-host.yml + import_playbook: common/test-setup-host.yml - name: Verify building on a web server, and installing using a URL import_playbook: test-functional.yml