Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed Jun 28, 2024
1 parent 5920d10 commit 546c2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/workstation/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# when: ansible_os_family == "Darwin"

- name: Run platform specific setup tasks
ansible.builtin.include_tasks: "{{ ansible_os_family }}.yml"
ansible.builtin.include_tasks: "{{ ansible_facts['os_family'] }}.yml"

0 comments on commit 546c2dd

Please sign in to comment.