Skip to content

Commit 057846d

Browse files
committed
Use newer syntax
1 parent de5ff9f commit 057846d

File tree

1 file changed

+3
-1
lines changed
  • icpc-wf/ansible/roles/domjudge_checkout/tasks

1 file changed

+3
-1
lines changed

icpc-wf/ansible/roles/domjudge_checkout/tasks/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
- name: Check composer dependencies present
2323
become: false
24-
local_action: stat path=files/lib/vendor
24+
delegate_to: localhost
25+
stat:
26+
path: files/lib/vendor
2527
register: libvendor
2628

2729
- name: Copy in composer dependencies (if they exist locally)

0 commit comments

Comments
 (0)