Skip to content

Commit

Permalink
Merge pull request #7 from sscheib/ft-fix_delegation
Browse files Browse the repository at this point in the history
Fixing an issue where delegate_to was used with localhost exclusively which prevented this role to function on any remote hosts
  • Loading branch information
sscheib authored Jan 24, 2024
2 parents 2ac73a7 + 1092668 commit 6fb1fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/extract_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
dest: '{{ __src_files_path }}'
archive: true
become: true
delegate_to: 'localhost'
delegate_to: '{{ inventory_hostname }}'

- name: 'extract_files | Unmount temporarily mounted ISO'
ansible.posix.mount:
Expand Down

0 comments on commit 6fb1fdb

Please sign in to comment.