[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ansible-taler-exchange] branch master updated: -fixes for alloy
From: |
gnunet |
Subject: |
[ansible-taler-exchange] branch master updated: -fixes for alloy |
Date: |
Tue, 21 Jan 2025 23:51:51 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository ansible-taler-exchange.
The following commit(s) were added to refs/heads/master by this push:
new 06ebd39 -fixes for alloy
06ebd39 is described below
commit 06ebd39b6ebf5aae323e0a19a21b25dafeef90bc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 21 23:51:39 2025 +0100
-fixes for alloy
---
roles/monitoring/{templates => files}/etc/alloy/config.alloy | 0
roles/monitoring/tasks/main.yml | 6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/roles/monitoring/templates/etc/alloy/config.alloy
b/roles/monitoring/files/etc/alloy/config.alloy
similarity index 100%
rename from roles/monitoring/templates/etc/alloy/config.alloy
rename to roles/monitoring/files/etc/alloy/config.alloy
diff --git a/roles/monitoring/tasks/main.yml b/roles/monitoring/tasks/main.yml
index a550478..dbcb413 100644
--- a/roles/monitoring/tasks/main.yml
+++ b/roles/monitoring/tasks/main.yml
@@ -156,15 +156,15 @@
- name: Configure alloy service
copy:
- src: templates/etc/default/alloy
+ src: etc/default/alloy
dest: /etc/default/alloy
owner: root
group: root
mode: 0644
- name: Configure alloy log export
- template:
- src: templates/etc/alloy/config.alloy
+ copy:
+ src: etc/alloy/config.alloy
dest: /etc/alloy/config.alloy
owner: root
group: root
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ansible-taler-exchange] branch master updated: -fixes for alloy,
gnunet <=