Compare commits
No commits in common. "ec667b9bcb0ba39c35a313d3de967ba8b0183a8f" and "b6c3c31ef0c2ef8a00819e9956c310d7d99ab55b" have entirely different histories.
ec667b9bcb
...
b6c3c31ef0
|
|
@ -25,9 +25,7 @@
|
||||||
- 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 --force
|
sh setup-repos.sh
|
||||||
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue