This commit is contained in:
Michael Grote 2024-02-15 09:55:43 +01:00 committed by mg
parent 27814973f9
commit 4816028a69
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- name: include vars (mint) (determined by "ansible_distribution")
ansible.builtin.include_vars:
file: mint.yml
file: mint.yaml
when:
- ansible_distribution == 'Linux Mint'