diff options
author | binary <me@rgoncalves.se> | 2021-03-25 21:54:54 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-25 21:54:54 +0100 |
commit | 0381093fe06534fd6b92ad6657e472acb0664f53 (patch) | |
tree | 6df2ec02ce5afb1ca1107a2800c7fe3c478cf216 /roles | |
parent | 74203eb6c910506c7c3a7906ed68bfbd8b1e6540 (diff) | |
download | infrastructure-0381093fe06534fd6b92ad6657e472acb0664f53.tar.gz |
Xz is required for archive format and tar
Diffstat (limited to 'roles')
-rw-r--r-- | roles/tools/vars/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/tools/vars/main.yml b/roles/tools/vars/main.yml index 541955b..8eca476 100644 --- a/roles/tools/vars/main.yml +++ b/roles/tools/vars/main.yml @@ -21,6 +21,7 @@ tools_pkgs: - sshfs - tmux - wireguard-tools + - xz freebsd: - fusefs-sshfs |