diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-04-26 10:31:17 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-04-26 10:31:17 +0200 |
commit | 39a9313d2e0a91889f8a45ff100653af1b7c1bc4 (patch) | |
tree | 3287dab20d6339a0e5e45a07cd8bed13a4a3d9d5 /host_vars | |
parent | 83c079eb80e91e710307a11e63eaeffe3d6b9f59 (diff) | |
download | infrastructure-39a9313d2e0a91889f8a45ff100653af1b7c1bc4.tar.gz |
cld0: Fix wrong name for service
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/st0cld0.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host_vars/st0cld0.yml b/host_vars/st0cld0.yml index f6912b2..bb85530 100644 --- a/host_vars/st0cld0.yml +++ b/host_vars/st0cld0.yml @@ -21,8 +21,7 @@ services: port: "8080" domain: "cloud" - - name: "nextcloud" + - name: "miniflux" proto: "tcp" port: "8010" domain: "miniflux" - |