Fix indentation syntax error

This commit is contained in:
2021-03-28 04:43:40 +00:00
parent 7fae75d1e3
commit 4cc4d6c0f6
+1 -1
View File
@@ -29,7 +29,7 @@
- ansible_system == 'Linux' - ansible_system == 'Linux'
- services is not defined - services is not defined
ansible.builtin.service_facts: ansible.builtin.service_facts:
- name: 'ensure packages' - name: 'ensure packages'
when: when:
- ansible_system == 'Linux' - ansible_system == 'Linux'
- ensure_os_upgrade is defined - ensure_os_upgrade is defined