This commit is contained in:
2023-09-25 23:18:58 +02:00
parent 80d7ee029f
commit 1322337bc6
2 changed files with 3 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
- name: test
debug:
msg: "{{ contenu_fichier | b64decode }}"
msg: "{{ contenu_fichier['content'] | b64decode }}"
tags: chisel-server-test
# - name: Ensure gzip is installed | Client