We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4de8d commit cbe3475Copy full SHA for cbe3475
tests/deploy/cluster.yml
@@ -53,6 +53,7 @@
53
dest: /etc/security/limits.d/cluster.conf
54
line: "{{item}}"
55
state: present
56
+ create: true
57
with_items:
58
- '{{ansible_ssh_user}} soft nofile 65535'
59
- '{{ansible_ssh_user}} hard nofile 65535'
tests/deploy/roles/postgres/tasks/main.yml
@@ -39,6 +39,7 @@
39
40
41
42
43
44
45
0 commit comments