fix yaml ci truthy value
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

pull/32/head
otthorn 3 years ago
parent d14306a86c
commit a4c393d3fb

@ -21,4 +21,4 @@
user: root
key: "{{ ssh_pub_keys }}"
state: present
exclusive: True
exclusive: true

@ -15,7 +15,7 @@
owner: postgres
group: postgres
mode: 0755
recurse: yes
recurse: true
- name: Ensure configuration directory exists
file:

Loading…
Cancel
Save