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 99fbcda commit 181a219Copy full SHA for 181a219
roles/virtualbox/tasks/main.yml
@@ -21,7 +21,7 @@
21
include_tasks: install_Ubuntu.yml
22
when: ansible_facts['distribution'] == "Ubuntu" and ansible_facts['distribution_version'] >= "18.04"
23
24
-- include: configure.yml
+- include_tasks: configure.yml
25
26
-- include: extensions.yml
+- include_tasks: extensions.yml
27
when: install_extpacks
0 commit comments