mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 13:35:24 +02:00
Removed unnecessary logic
This commit is contained in:
parent
b90a2f6c87
commit
0856c340c7
@ -8,6 +8,7 @@
|
||||
flush_handlers: true
|
||||
system_service_timer_enabled: false
|
||||
system_service_copy_files: true
|
||||
system_service_tpl_exec_start: "{{ system_service_script_exec }} %I"
|
||||
|
||||
- name: "Include core service for '{{ system_service_id }}'"
|
||||
include_role:
|
||||
|
@ -6,7 +6,5 @@
|
||||
|
||||
- include_role:
|
||||
name: sys-service
|
||||
vars:
|
||||
system_service_copy_files: true
|
||||
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
[Unit]
|
||||
Description=status email for %i to user
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart={{ system_service_script_exec }} %I
|
||||
User=root
|
||||
Group=systemd-journal
|
@ -12,8 +12,6 @@
|
||||
|
||||
- include_role:
|
||||
name: sys-service
|
||||
vars:
|
||||
system_service_copy_files: true
|
||||
|
||||
- name: install curl
|
||||
community.general.pacman:
|
||||
|
@ -1,8 +0,0 @@
|
||||
[Unit]
|
||||
Description=status Telegram message for %i to user
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart={{ system_service_script_exec }} %I
|
||||
User=root
|
||||
Group=systemd-journal
|
Loading…
x
Reference in New Issue
Block a user