Skip to content

Commit

Permalink
download install script to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
blalop committed Jan 16, 2021
1 parent fb9b88c commit 764920a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ platforms:
- NET_ADMIN
- SYS_NICE
tmpfs:
- /tmp
- /run
- /run/lock
volumes:
Expand Down
4 changes: 2 additions & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
- name: Pi-hole | Download install script
get_url:
url: https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh
dest: /usr/local/bin/pihole-install.sh
dest: /tmp/pihole-install.sh
mode: 0755

- name: Pi-hole | Run install script
command: /usr/local/bin/pihole-install.sh --unattended
command: /tmp/pihole-install.sh --unattended

0 comments on commit 764920a

Please sign in to comment.