Skip to content

Commit 181a219

Browse files
authored
fix errors
1 parent 99fbcda commit 181a219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/virtualbox/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
include_tasks: install_Ubuntu.yml
2222
when: ansible_facts['distribution'] == "Ubuntu" and ansible_facts['distribution_version'] >= "18.04"
2323

24-
- include: configure.yml
24+
- include_tasks: configure.yml
2525

26-
- include: extensions.yml
26+
- include_tasks: extensions.yml
2727
when: install_extpacks

0 commit comments

Comments
 (0)