Skip to content

Commit

Permalink
change os files to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed May 13, 2024
1 parent 5934a6d commit 0f94cc6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/provision_vcenter/tasks/deploy_from_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ansible.builtin.include_tasks: "{{ item }}"
with_first_found:
- files:
- mount_{{ ansible_os_family }}.yml
- mount_{{ ansible_os_family | lower }}.yml
- mount_default.yml
paths:
- os_specific_iso_actions
Expand All @@ -36,7 +36,7 @@
ansible.builtin.include_tasks: "{{ item }}"
with_first_found:
- files:
- unmount_{{ ansible_os_family }}.yml
- unmount_{{ ansible_os_family | lower }}.yml
- unmount_default.yml
paths:
- os_specific_iso_actions

0 comments on commit 0f94cc6

Please sign in to comment.