Skip to content

Commit

Permalink
Execute test playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Jan 6, 2025
1 parent 660994b commit 0b947dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
src: "{{ offline_installation_path }}/{{ offline_installation_script }}"
dest: "{{ working_path }}/{{ offline_installation_script }}"
mode: '0744'
args:
chdir: "{{ working_path }}"

- name: Test offline installation
command: "bash {{ offline_installation_script }} {{ pkg_mgr_map[ansible_pkg_mgr] }}"
Expand Down

0 comments on commit 0b947dd

Please sign in to comment.