initial commit
This commit is contained in:
13
tasks/00-check-requirements.yml
Normal file
13
tasks/00-check-requirements.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
- name: "Check Distribution"
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- "ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'"
|
||||
- "ansible_architecture == 'x86_64'"
|
||||
|
||||
- name: "Install packages"
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- "rsync"
|
||||
update_cache: "yes"
|
||||
Reference in New Issue
Block a user