Actually we'll add a special case for PMOS/Alpine

This commit is contained in:
Salt 2020-09-02 18:44:58 -05:00
parent 2b81b85ccb
commit edfd755ebd

View File

@ -17,6 +17,11 @@
hostname:
name: "{{ inventory_hostname }}"
when: ansible_distribution == "Ubuntu"
- name: Set hostname for PMOS
hostname:
name: "{{ inventory_hostname }}"
use: alpine
when: ansible_distribution == "Alpine"
- name: Set timezone
timezone:
name: "America/Chicago"