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
|
user: root
|
||||||
key: "{{ ssh_pub_keys }}"
|
key: "{{ ssh_pub_keys }}"
|
||||||
state: present
|
state: present
|
||||||
exclusive: True
|
exclusive: true
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
owner: postgres
|
owner: postgres
|
||||||
group: postgres
|
group: postgres
|
||||||
mode: 0755
|
mode: 0755
|
||||||
recurse: yes
|
recurse: true
|
||||||
|
|
||||||
- name: Ensure configuration directory exists
|
- name: Ensure configuration directory exists
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue