Skip to content

Commit

Permalink
[hotfix] Comment backup
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jun 29, 2024
1 parent c94e3b3 commit ac93177
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions ansible/roles/ovos_installer/tasks/ovos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
tags:
- uninstall

- name: Backup existing configurations before uninstall
community.general.archive:
path: "{{ ovos_directories_backup }}"
dest: "{{ ovos_installer_user_home }}/ovos-backup.tar.gz"
owner: "{{ ovos_installer_user }}"
group: "{{ ovos_installer_group }}"
mode: "0755"
format: gz
force_archive: true
tags:
- uninstall
# - name: Backup existing configurations before uninstall
# community.general.archive:
# path: "{{ ovos_directories_backup }}"
# dest: "{{ ovos_installer_user_home }}/ovos-backup.tar.gz"
# owner: "{{ ovos_installer_user }}"
# group: "{{ ovos_installer_group }}"
# mode: "0755"
# format: gz
# force_archive: true
# tags:
# - uninstall

- name: Create directories
ansible.builtin.file:
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ trap "" ERR
set +eE

# Set default Ansible tag
ansible_tags=(--tags unttaged)
#ansible_tags=(--tags unttaged)

if [ "$SCENARIO_FOUND" == "false" ]; then
# shellcheck source=tui/language.sh
Expand Down

0 comments on commit ac93177

Please sign in to comment.