aboutsummaryrefslogtreecommitdiffhomepage
path: root/meta/main.yml
diff options
context:
space:
mode:
authorPaul B <paul@bonaud.fr>2019-01-07 18:01:00 +0100
committerPaul B <paul@bonaud.fr>2019-01-07 18:21:52 +0100
commitf1a9ab46fed919f445e3b2eacb90a594eb095fd1 (patch)
tree5be007378ece2b320b541389377d429925644a20 /meta/main.yml
parent758d478b83050f248f5df8177027e2870f4308c5 (diff)
downloadansible-postgresql-role-f1a9ab46fed919f445e3b2eacb90a594eb095fd1.tar.gz
ansible-postgresql-role-f1a9ab46fed919f445e3b2eacb90a594eb095fd1.tar.zst
ansible-postgresql-role-f1a9ab46fed919f445e3b2eacb90a594eb095fd1.zip
improvement: remove 'with_items' loop and use modern ansible loops
Ansible > 2.5 needed
Diffstat (limited to 'meta/main.yml')
-rw-r--r--meta/main.yml2
1 files changed, 1 insertions, 1 deletions
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:
4 description: "Install, configure and manage PostgreSQL clusters" 4 description: "Install, configure and manage PostgreSQL clusters"
5 license: MIT 5 license: MIT
6 6
7 min_ansible_version: 2.0 7 min_ansible_version: 2.5
8 8
9 platforms: 9 platforms:
10 - name: Ubuntu 10 - name: Ubuntu