@ -2,8 +2,10 @@ __pycache__
junk/
.vscode
.ipynb_checkpoints/
ansible/inventory/hawaii.yml
ansible/inventory/peppermint.yml
tools/ansible/inventory/hawaii.yml
tools/ansible/inventory/peppermint.yml
tools/ansible/inventory/cappuccino.yml
tools/ansible/inventory/group_vars/all.yml
ffx_test_report.log
bin/conversiontest.py
*.egg-info/
@ -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
when: ansible_os_family == 'Archlinux'
ansible.builtin.pacman:
# - python-virtualenv
- name: Create sync dir