fix yaml ci truthy value
This commit is contained in:
parent
d14306a86c
commit
a4c393d3fb
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue