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.
12 lines
188 B
YAML
12 lines
188 B
YAML
8 years ago
|
---
|
||
|
- name: install cronie
|
||
|
pacman:
|
||
|
name: cronie
|
||
|
state: present
|
||
|
|
||
|
- name: start and enable cronie
|
||
|
systemd:
|
||
|
name: cronie.service
|
||
|
enabled: yes
|
||
|
state: started
|