fix arch role
This commit is contained in:
@@ -2,12 +2,23 @@
|
|||||||
---
|
---
|
||||||
# tasks to setup arch hosts
|
# tasks to setup arch hosts
|
||||||
|
|
||||||
# Base setup
|
# Setup Crontab
|
||||||
- name: Install cronie
|
- name: Install cronie
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name: cronie
|
name: cronie
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Run cronie
|
||||||
|
ansible.builtin.systemd_service:
|
||||||
|
state: started
|
||||||
|
name: cronie
|
||||||
|
|
||||||
|
- name: Enable service cronie and ensure it is not masked
|
||||||
|
ansible.builtin.systemd_service:
|
||||||
|
name: cronie
|
||||||
|
enabled: true
|
||||||
|
masked: no
|
||||||
|
|
||||||
# Pacman
|
# Pacman
|
||||||
- name: Run full system upgrade
|
- name: Run full system upgrade
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user