[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-ansible-taler-exchange] branch master updated: -fix copy & paste
From: |
gnunet |
Subject: |
[taler-ansible-taler-exchange] branch master updated: -fix copy & paste error |
Date: |
Sun, 29 Dec 2024 15:57:34 +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 865efd7 -fix copy & paste error
865efd7 is described below
commit 865efd7453a457439e4992fa86746e0e6b044a6e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 29 15:57:31 2024 +0100
-fix copy & paste error
---
roles/libeufin-nexus/tasks/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/libeufin-nexus/tasks/main.yml
b/roles/libeufin-nexus/tasks/main.yml
index 5c4feb6..e953e31 100644
--- a/roles/libeufin-nexus/tasks/main.yml
+++ b/roles/libeufin-nexus/tasks/main.yml
@@ -7,7 +7,7 @@
name: libeufin-nexus.target
state: stopped
enabled: false
- when: "'taler-exchange.target' in services"
+ when: "'libeufin-nexus.target' in services"
- name: Install libeufin-nexus package
apt:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-ansible-taler-exchange] branch master updated: -fix copy & paste error,
gnunet <=