fix path to ubuntu.yml
This commit is contained in:
parent
056f73bafa
commit
1ec8b29f25
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: Bootstrapping
|
||||
import_tasks: docker/init.yml
|
||||
|
||||
- import_tasks: ubuntu.yml
|
||||
- import_tasks: docker/ubuntu.yml
|
||||
when: ansible_distribution == 'Ubuntu'
|
||||
|
||||
- import_tasks: docker/core.yml
|
||||
|
|
Loading…
Reference in a new issue