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 }}
|
{{ lte_container_name }}
|
||||||
when: >
|
when: >
|
||||||
lte_container_state == 'present' and
|
lte_container_state == 'present' and
|
||||||
(container_state.rc == 1) or
|
container_state.rc == 1 or
|
||||||
("RUNNING" not in container_state.stdout)
|
'RUNNING' not in container_state.stdout
|
||||||
- name: update apt cache and upgrade system packages
|
- name: update apt cache and upgrade system packages
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: |-
|
cmd: |-
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.include_tasks: container.yml
|
- ansible.builtin.include_tasks: container.yml
|
||||||
- ansible.builtin.include_tasks: ume.yml
|
- ansible.builtin.include_tasks: ume.yml
|
||||||
when: lte_container_state == "present"
|
when: lte_container_state == 'present'
|
||||||
- ansible.builtin.include_tasks: openssh-server.yml
|
- 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