We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840739f commit b7274dbCopy full SHA for b7274db
provision-contest/ansible/roles/base_packages/tasks/main.yml
@@ -58,6 +58,6 @@
58
pkg: "{{ INSTALLED_PACKAGES }}"
59
60
- name: Install local DEB packages
61
- include: install-local-package.yml
+ include_tasks: install-local-package.yml
62
with_fileglob:
63
- install-{{ host_type }}/*.deb
0 commit comments