diff --git a/backup.yml b/backup.yml index a064711..13c6fb9 100644 --- a/backup.yml +++ b/backup.yml @@ -99,7 +99,8 @@ changed_when: false - name: Return all secrets from a path - ansible.builtin.debug: "{{ gitea_token_result }}" + ansible.builtin.debug: + msg: "{{ gitea_token_result }}" delegate_to: localhost - name: logout