From 2b510b950082caa3a55230b17f2bbec9a1888d17 Mon Sep 17 00:00:00 2001 From: tangelov Date: Sun, 17 May 2020 12:12:21 +0200 Subject: [PATCH 1/2] Adding Pop_OS vars file --- vars/Pop!_OS.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vars/Pop!_OS.yml diff --git a/vars/Pop!_OS.yml b/vars/Pop!_OS.yml new file mode 100644 index 0000000..bd057be --- /dev/null +++ b/vars/Pop!_OS.yml @@ -0,0 +1,10 @@ +--- + +PACKAGES: + - unzip + - man-db + +MAN_PAGES: + OWNER: root + GROUP: root + PATH: '/usr/local/share/man/man1' From f1cf047422eb5daa8182abb3e605857c1da24cd3 Mon Sep 17 00:00:00 2001 From: tangelov Date: Tue, 19 May 2020 07:18:48 +0200 Subject: [PATCH 2/2] Update README with Linux Mint and Pop_OS as supported platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b69aba7..85fe7c7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Please note that this role installs rclone from the upstream repository and not * Debian 8,9,10 * Fedora 30,31 (32 coming soon, I hope ... some tests failed) * Ubuntu 1604,1804,2004 +* Ubuntu derivated distros: Linux Mint, Pop!\_OS Some older releases also work with this role, but I decided to remove some of them from `galaxy_info`. PRs welcome, but we can't test on every platform.