Skip to content

Commit b7274db

Browse files
authored
Use new ansible syntax
1 parent 840739f commit b7274db

File tree

1 file changed

+1
-1
lines changed
  • provision-contest/ansible/roles/base_packages/tasks

1 file changed

+1
-1
lines changed

provision-contest/ansible/roles/base_packages/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
pkg: "{{ INSTALLED_PACKAGES }}"
5959

6060
- name: Install local DEB packages
61-
include: install-local-package.yml
61+
include_tasks: install-local-package.yml
6262
with_fileglob:
6363
- install-{{ host_type }}/*.deb

0 commit comments

Comments
 (0)