Skip to content

Commit

Permalink
hostname: fixed on Alpine Linux in latest Ansible
Browse files Browse the repository at this point in the history
I reported a bug and they fixed it!
  • Loading branch information
skyfaller committed May 4, 2022
1 parent 30b9d7f commit 6f15ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/sunrise/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
hostname:
name: "{{ local_hostname }}"
# use: redhat # required on Alpine Linux: https://github.com/ansible/ansible/issues/77363
# only for Ansible versions < 2.12.5 tho
tags:
- hostname
when: ansible_os_family != 'Alpine'
Expand Down

0 comments on commit 6f15ff8

Please sign in to comment.