Fix rule 208 lint issues.

This commit is contained in:
Jeff Geerling 2020-08-21 09:37:57 -05:00
parent 293d32615c
commit 180fac8048
2 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,4 @@ rules:
ignore: |
.github/stale.yml
.travis.yml

View File

@ -5,6 +5,7 @@
regexp: "^#?{{ item.option }}.+$"
line: "{{ item.option }} = '{{ item.value }}'"
state: "{{ item.state | default('present') }}"
mode: 0644
with_items: "{{ postgresql_global_config_options }}"
notify: restart postgresql