fix: alpine skip
This commit is contained in:
parent
5cd990ec5f
commit
6dd6a51eb3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
# dont execute this role when targeting Alpine
|
# dont execute this role when targeting Alpine
|
||||||
- name: "skip role for alpine"
|
- name: "skip role for Alpine hosts"
|
||||||
ansible.builtin.meta: "end_play"
|
ansible.builtin.meta: "end_host"
|
||||||
when: ansible_os_family == "Alpine"
|
when: ansible_os_family == "Alpine"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue