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

Merge branch 'bug_fix' into 'master'

Bux fixing

See merge request !42
parents ce363892 936d885c
No related branches found
Tags v2205.1.14
1 merge request!42Bux fixing
Pipeline #20456 passed
...@@ -99,10 +99,18 @@ ...@@ -99,10 +99,18 @@
dest: /root/freva-service-config dest: /root/freva-service-config
update: true update: true
- name: Preparing the root password reset I - 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 become: true
shell: /usr/local/bin/docker-or-podman run -d {{skip_tables_cmd}} shell: /usr/local/bin/docker-or-podman run -d {{skip_tables_cmd}}
- pause: seconds=2 - pause: seconds=2
- name: Preparing the root password reset II - name: Preparing the root password reset IV
become: true become: true
shell: /usr/local/bin/docker-or-podman cp /tmp/reset_root_pw.sh {{db_name}}:/tmp shell: /usr/local/bin/docker-or-podman cp /tmp/reset_root_pw.sh {{db_name}}:/tmp
- name: Resetting the root password - 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_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
AVAILABLE_CONDA_ARCHS = [ AVAILABLE_CONDA_ARCHS = [
"Linux-x86_64", "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