mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized tests für run once
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Configure and manage systemd-journald settings"
|
||||
@@ -9,12 +8,10 @@ galaxy_info:
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- system
|
||||
- logging
|
||||
- journald
|
||||
- system
|
||||
- logging
|
||||
- journald
|
||||
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
|
||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
|
||||
documentation: "https://github.com/kevinveenbirkenbach/infinito-nexus/roles/sys-svc-journalctl"
|
||||
run_after: []
|
||||
dependencies:
|
||||
- sys-hlth-journalctl
|
||||
|
@@ -1,5 +1,13 @@
|
||||
- name: Load former meta dependencies once
|
||||
block:
|
||||
- name: Include moved dependency 'sys-hlth-journalctl'
|
||||
include_role:
|
||||
name: sys-hlth-journalctl
|
||||
- set_fact:
|
||||
run_once_sys_svc_journalctl: true
|
||||
when: run_once_sys_svc_journalctl is not defined
|
||||
- name: copy journald.conf
|
||||
template:
|
||||
template:
|
||||
src: templates/journald.conf.j2
|
||||
dest: /etc/systemd/journald.conf
|
||||
notify: restart systemd-journald
|
||||
|
Reference in New Issue
Block a user