You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ffmyk-ansible/roles/install_haveged/tasks/main.yml

13 lines
227 B
YAML

---
- name: install haveged
pacman:
update_cache: yes
name: haveged
state: present
- name: enable haveged at boot and start it
systemd:
name: haveged.service
enabled: yes
state: started