Skip to content

Commit

Permalink
set become: false on local file lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
aleiner authored Jan 9, 2025
1 parent b31aa88 commit 757852e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/rke2/tasks/add_manifest_addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
paths: "{{ source_directory }}"
register: local_files_find_return
delegate_to: localhost
become: false

- name: Create array of managed files
ansible.builtin.set_fact:
Expand Down

0 comments on commit 757852e

Please sign in to comment.