We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5ff9f commit 057846dCopy full SHA for 057846d
icpc-wf/ansible/roles/domjudge_checkout/tasks/main.yml
@@ -21,7 +21,9 @@
21
22
- name: Check composer dependencies present
23
become: false
24
- local_action: stat path=files/lib/vendor
+ delegate_to: localhost
25
+ stat:
26
+ path: files/lib/vendor
27
register: libvendor
28
29
- name: Copy in composer dependencies (if they exist locally)
0 commit comments