Skip to content

Commit

Permalink
docs: ubuntu focal support (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz authored Feb 2, 2021
1 parent 4c281ad commit 2078e42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Supported Platforms
- Ubuntu: zesty
- Ubuntu: artful
- Ubuntu: bionic
- Ubuntu: focal
- Debian: wheezy
- Debian: jessie
- Debian: stretch
Expand Down
2 changes: 2 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ galaxy_info:
used to interface with dokku from your own Ansible playbooks.
license: MIT License
min_ansible_version: 2.2
# See e.g. https://galaxy.ansible.com/api/v1/platforms/?name=Ubuntu
platforms:
- name: Ubuntu
versions:
Expand All @@ -18,6 +19,7 @@ galaxy_info:
- zesty
- artful
- bionic
- focal
- name: Debian
versions:
- wheezy
Expand Down
2 changes: 2 additions & 0 deletions tasks/dokku-daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- name: install socat package
apt:
name: socat
tags:
- dokku-daemon

- name: clone dokku-daemon
git:
Expand Down

0 comments on commit 2078e42

Please sign in to comment.