Commit bf69d834 authored by nanahira's avatar nanahira

add rsync as basic package

parent 8a37c186
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
# tasks file for frp # tasks file for frp
- name: apt - name: apt
apt: apt:
name: tar,curl,wget name: curl,wget,rsync
when: 'ansible_distribution == "Debian"' when: 'ansible_distribution == "Debian"'
- name: yum - name: yum
yum: yum:
name: tar,curl,wget name: curl,wget,rsync
when: 'ansible_os_family == "RedHat" and ansible_distribution_major_version|int < 8' when: 'ansible_os_family == "RedHat" and ansible_distribution_major_version|int < 8'
- name: dnf - name: dnf
dnf: dnf:
name: tar,curl,wget name: curl,wget,rsync
when: 'ansible_os_family == "RedHat" and ansible_distribution_major_version|int >= 8' when: 'ansible_os_family == "RedHat" and ansible_distribution_major_version|int >= 8'
- name: frp directory - name: frp directory
file: 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