6 lines
119 B
YAML
6 lines
119 B
YAML
name: update the pihole app
|
|
hosts: Pi-Hole
|
|
tasks:
|
|
name: Create a file in the home directory
|
|
shell: pihole -up
|