mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-07-28 13:46:36 +02:00
Add KDE neon support
This commit is contained in:
parent
4f4c332aa1
commit
9ba357842c
@ -1,4 +1,7 @@
|
||||
---
|
||||
- set_fact: ansible_distribution="Ubuntu"
|
||||
when: ansible_distribution == 'KDE neon'
|
||||
|
||||
- name: Ensure old versions of Docker are not installed.
|
||||
package:
|
||||
name:
|
||||
|
Loading…
Reference in New Issue
Block a user