generated from the-liberated-edge/wikijs
Fixes issues with consistency
This commit is contained in:
parent
e529037269
commit
2b1923e40a
@ -21,8 +21,8 @@
|
||||
{{ lte_container_name }}
|
||||
when: >
|
||||
lte_container_state == 'present' and
|
||||
(container_state.rc == 1) or
|
||||
("RUNNING" not in container_state.stdout)
|
||||
container_state.rc == 1 or
|
||||
'RUNNING' not in container_state.stdout
|
||||
- name: update apt cache and upgrade system packages
|
||||
ansible.builtin.shell:
|
||||
cmd: |-
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
- ansible.builtin.include_tasks: container.yml
|
||||
- ansible.builtin.include_tasks: ume.yml
|
||||
when: lte_container_state == "present"
|
||||
when: lte_container_state == 'present'
|
||||
- ansible.builtin.include_tasks: openssh-server.yml
|
||||
when: lte_container_state == "present"
|
||||
when: lte_container_state == 'present'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user