aboutsummaryrefslogtreecommitdiffhomepage
path: root/meta/main.yml
diff options
context:
space:
mode:
authorThéophile Helleboid - chtitux <chtitux@gmail.com>2019-01-13 13:02:05 +0100
committerGitHub <noreply@github.com>2019-01-13 13:02:05 +0100
commit2bedf1bbf762903d955e4a76f674799a6acb2258 (patch)
tree5be007378ece2b320b541389377d429925644a20 /meta/main.yml
parent758d478b83050f248f5df8177027e2870f4308c5 (diff)
parentf1a9ab46fed919f445e3b2eacb90a594eb095fd1 (diff)
downloadansible-postgresql-role-2bedf1bbf762903d955e4a76f674799a6acb2258.tar.gz
ansible-postgresql-role-2bedf1bbf762903d955e4a76f674799a6acb2258.tar.zst
ansible-postgresql-role-2bedf1bbf762903d955e4a76f674799a6acb2258.zip
Merge pull request #4 from paulRbr/better-loop1.3.0
improvement: remove 'with_items' loop and use modern ansible loops
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