We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270493 commit a023f50Copy full SHA for a023f50
README.md
@@ -10,8 +10,6 @@ Set up [Insync](https://www.insynchq.com) in Debian-like systems.
10
* `software-properties-common` (will be installed)
11
* `dirmngr` (will be installed)
12
* `apt-transport-https` (will be installed)
13
-* `wget` (will be installed)
14
-* `coreutils` (will be installed)
15
16
* `apt-utils` (will be installed)
17
* `procps` (will be installed)
vars/main.yml
@@ -16,8 +16,6 @@ insync_dependencies_pre:
- software-properties-common
- dirmngr
18
- apt-transport-https
19
- - wget
20
- - coreutils
21
- apt-utils
22
- procps
23
0 commit comments