Skip to content

Commit

Permalink
fix jinja quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SK1Y101 committed Aug 20, 2023
1 parent 4308373 commit 553e4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: Backup MAAS snap
ansible.builtin.shell: "\
set -o pipefail && \
snap import-snapshot /tmp/maas_backup/{{ maas_snap_backup_path } | awk 'NR==3' | awk '{print $1}'"
snap import-snapshot /tmp/maas_backup/{{ maas_snap_backup_path }} | awk 'NR==3' | awk '{print $1}'"
args:
executable: /bin/bash
register: snap_id
Expand Down

0 comments on commit 553e4d5

Please sign in to comment.