Skip to content
Snippets Groups Projects
Commit 936d885c authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Bux fixing

parent ce363892
No related branches found
No related tags found
1 merge request!42Bux fixing
Pipeline #20454 passed
......@@ -99,10 +99,18 @@
dest: /root/freva-service-config
update: true
- name: Preparing the root password reset I
become: true
shell: /usr/local/bin/docker-or-podman run -d {{docker_cmd}}
- pause: seconds=5
- name: Preparing the root password reset II
shell: |
/usr/local/bin/docker-or-podman stop {{db_name}}
/usr/local/bin/docker-or-podman rm {{db_name}}
- name: Preparing the root password reset III
become: true
shell: /usr/local/bin/docker-or-podman run -d {{skip_tables_cmd}}
- pause: seconds=2
- name: Preparing the root password reset II
- name: Preparing the root password reset IV
become: true
shell: /usr/local/bin/docker-or-podman cp /tmp/reset_root_pw.sh {{db_name}}:/tmp
- name: Resetting the root password
......
__version__ = "2207.0.0"
__version__ = "2207.0.1"
AVAILABLE_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
AVAILABLE_CONDA_ARCHS = [
"Linux-x86_64",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment