mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 12:52:55 +00:00
Fix typos in Deployer
This commit is contained in:
@@ -853,7 +853,7 @@
|
||||
label: "{{ item.path }}"
|
||||
when:
|
||||
- item.state == 'file'
|
||||
- not item.endswith('.ttf')
|
||||
- not item.path.endswith('.ttf')
|
||||
tags:
|
||||
- keycloak
|
||||
- sso
|
||||
@@ -868,7 +868,7 @@
|
||||
label: "{{ item.path }}"
|
||||
when:
|
||||
- item.state == 'file'
|
||||
- item.endswith('.ttf')
|
||||
- item.path.endswith('.ttf')
|
||||
tags:
|
||||
- keycloak
|
||||
- sso
|
||||
@@ -881,7 +881,7 @@
|
||||
|
||||
- name: "Deployer - Keacloak - Run Container"
|
||||
containers.podman.podman_container:
|
||||
name: keacloak
|
||||
name: keycloak
|
||||
image: quay.io/keycloak/keycloak:latest
|
||||
state: started
|
||||
recreate: on
|
||||
|
Reference in New Issue
Block a user