From f1a9ab46fed919f445e3b2eacb90a594eb095fd1 Mon Sep 17 00:00:00 2001 From: Paul B Date: Mon, 7 Jan 2019 18:01:00 +0100 Subject: improvement: remove 'with_items' loop and use modern ansible loops Ansible > 2.5 needed --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/main.yml') diff --git a/meta/main.yml b/meta/main.yml index e0a9f49..2d7ff61 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: description: "Install, configure and manage PostgreSQL clusters" license: MIT - min_ansible_version: 2.0 + min_ansible_version: 2.5 platforms: - name: Ubuntu -- cgit v1.2.3