Apparently this breaks on PMOS

This commit is contained in:
Salt 2020-09-02 18:40:25 -05:00
parent c57708ccb2
commit 1633a0bc3e

View File

@ -16,6 +16,7 @@
- name: Set hostname
hostname:
name: "{{ inventory_hostname }}"
when: ansible_distribution != "Postmarketos"
- name: Set timezone
timezone:
name: "America/Chicago"