diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 339fb24..29b633e 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -24,7 +24,6 @@ platforms: - NET_ADMIN - SYS_NICE tmpfs: - - /tmp - /run - /run/lock volumes: diff --git a/tasks/install.yml b/tasks/install.yml index d694824..305df74 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -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