ansible-server-garage/tasks/basics_install.yml
2023-04-12 12:21:34 +02:00

12 lines
240 B
YAML

---
- name: Git install
apt:
pkg: git
state: present
update_cache: yes
- name: Deactivate sleep / hibernate
ansible.builtin.command:
cmd: systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target