Skip to content

Commit 525541f

Browse files
committed
Delegate to localhost
1 parent 90ad85f commit 525541f

File tree

1 file changed

+2
-0
lines changed
  • playbooks/oracle_statistics/oracle_statistics/tasks

1 file changed

+2
-0
lines changed

playbooks/oracle_statistics/oracle_statistics/tasks/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- debug:
44
msg: "'{{ lookup('ansible.builtin.env', 'GITHUB_TOKEN') }}'"
5+
delegate_to: localhost
6+
become: no
57

68
- name: Test
79
shell: |

0 commit comments

Comments
 (0)