remove dupe ubuntu.yml
This commit is contained in:
parent
8a8b036df8
commit
056f73bafa
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
||||||
include_tasks: bare.yml
|
include_tasks: bare.yml
|
||||||
when: mastodon_bare_installation
|
when: mastodon_bare_installation
|
||||||
|
|
||||||
- import_tasks: ubuntu.yml
|
|
||||||
when: ansible_facts['distribution'] == 'Ubuntu'
|
|
||||||
|
|
||||||
- name: Ensure docker installation
|
- name: Ensure docker installation
|
||||||
include_tasks: docker.yml
|
include_tasks: docker.yml
|
||||||
when: not mastodon_bare_installation
|
when: not mastodon_bare_installation
|
||||||
|
|
Loading…
Reference in a new issue