adapt for manjaro
This commit is contained in:
@@ -6,13 +6,25 @@
|
||||
|
||||
- name: Update system and install packages
|
||||
become: true
|
||||
when: ansible_os_family == 'Debian'
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
name:
|
||||
- python3-virtualenv
|
||||
- ffmpeg
|
||||
- git
|
||||
- screen
|
||||
update_cache: yes
|
||||
|
||||
- name: Update system and install packages
|
||||
become: true
|
||||
when: ansible_os_family == 'Archlinux'
|
||||
ansible.builtin.pacman:
|
||||
update_cache: true
|
||||
name:
|
||||
# - python-virtualenv
|
||||
- ffmpeg
|
||||
- git
|
||||
- screen
|
||||
|
||||
- name: Create sync dir
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user