Compare commits

...

No commits in common. "b6c3c31ef0c2ef8a00819e9956c310d7d99ab55b" and "ec667b9bcb0ba39c35a313d3de967ba8b0183a8f" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@
- name: Instalar Webmin - name: Instalar Webmin
shell: | shell: |
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh sh setup-repos.sh --force
apt-get install webmin --install-recommends -y apt-get install webmin --install-recommends -y
args: args:
creates: /etc/webmin creates: /etc/webmin
environment:
DEBIAN_FRONTEND: noninteractive