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