We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ad85f commit 525541fCopy full SHA for 525541f
playbooks/oracle_statistics/oracle_statistics/tasks/main.yml
@@ -2,6 +2,8 @@
2
3
- debug:
4
msg: "'{{ lookup('ansible.builtin.env', 'GITHUB_TOKEN') }}'"
5
+ delegate_to: localhost
6
+ become: no
7
8
- name: Test
9
shell: |
0 commit comments