We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9b88c commit 764920aCopy full SHA for 764920a
molecule/default/molecule.yml
@@ -24,7 +24,6 @@ platforms:
24
- NET_ADMIN
25
- SYS_NICE
26
tmpfs:
27
- - /tmp
28
- /run
29
- /run/lock
30
volumes:
tasks/install.yml
@@ -19,8 +19,8 @@
19
- name: Pi-hole | Download install script
20
get_url:
21
url: https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh
22
- dest: /usr/local/bin/pihole-install.sh
+ dest: /tmp/pihole-install.sh
23
mode: 0755
- name: Pi-hole | Run install script
- command: /usr/local/bin/pihole-install.sh --unattended
+ command: /tmp/pihole-install.sh --unattended
0 commit comments