Skip to content

Commit

Permalink
group updates to public branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lj020326 committed Jun 19, 2024
1 parent 181408d commit 1ab2e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bootstrap-webmin/tasks/setup-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
ansible.builtin.shell: "{{ bootstrap_webmin__base_dir }}/install-module.pl {{ __webmin_downloads_tempdir.path }}/{{ item.url|basename }}"
loop: "{{ bootstrap_webmin__modules }}"
register: __webmin_modules_install_result
notify: restart webmin
notify: Restart webmin

- name: "Webmin | Display __webmin_modules_install_result"
ansible.builtin.debug:
Expand Down

0 comments on commit 1ab2e88

Please sign in to comment.