*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 680c784d authored by entlein's avatar entlein
Browse files

precede each install with uninstall for the token thing

parent 59abf91d
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -3,8 +3,8 @@
run_once: true
set_fact:
token: "{{ lookup('community.general.random_string', length=129, special=False) }}"
#when: (not upgrade) and (token is not defined)
when: token is not defined
when: (not upgrade) and (token is not defined)
#when: token is not defined
- name: ensure inventory folders
delegate_to: localhost
......
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