Commit bf69d834 authored by nanahira's avatar nanahira

add rsync as basic package

parent 8a37c186
......@@ -2,15 +2,15 @@
# tasks file for frp
- name: apt
apt:
name: tar,curl,wget
name: curl,wget,rsync
when: 'ansible_distribution == "Debian"'
- name: yum
yum:
name: tar,curl,wget
name: curl,wget,rsync
when: 'ansible_os_family == "RedHat" and ansible_distribution_major_version|int < 8'
- name: dnf
dnf:
name: tar,curl,wget
name: curl,wget,rsync
when: 'ansible_os_family == "RedHat" and ansible_distribution_major_version|int >= 8'
- name: frp directory
file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment