imfreedom/ansible

more yaml-lint cleanups

2021-11-22, Gary Kramlich
d1d36c46bb35
Parents 2204b271141b
Children 889fec659a78
more yaml-lint cleanups
--- a/roles/cron_apt/tasks/main.yml Mon Nov 22 04:05:14 2021 -0600
+++ b/roles/cron_apt/tasks/main.yml Mon Nov 22 04:06:06 2021 -0600
@@ -6,4 +6,3 @@
force_apt_get: true
update_cache: true
when: ansible_facts['os_family'] == "Debian"
-
--- a/roles/postgresql/tasks/software.yaml Mon Nov 22 04:05:14 2021 -0600
+++ b/roles/postgresql/tasks/software.yaml Mon Nov 22 04:06:06 2021 -0600
@@ -1,3 +1,4 @@
+---
- name: "install software"
apt:
name: "{{ postgresql_packages }}"