Skip to content

Commit 764920a

Browse files
committed
download install script to /tmp
1 parent fb9b88c commit 764920a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

molecule/default/molecule.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ platforms:
2424
- NET_ADMIN
2525
- SYS_NICE
2626
tmpfs:
27-
- /tmp
2827
- /run
2928
- /run/lock
3029
volumes:

tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
- name: Pi-hole | Download install script
2020
get_url:
2121
url: https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh
22-
dest: /usr/local/bin/pihole-install.sh
22+
dest: /tmp/pihole-install.sh
2323
mode: 0755
2424

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

0 commit comments

Comments
 (0)