stfn :raspberrypi: :python: on Nostr: I am doing attempt 2137 at #ansible What I am trying to achieve: - install a package ...
I am doing attempt 2137 at #ansible
What I am trying to achieve:
- install a package
- start a systemd service
- modify the config file created by that service
- restart the service
What is the most correct way to edit that file? Store a final version of that file on the ansible host and send it to the nodes?
What I am trying to achieve:
- install a package
- start a systemd service
- modify the config file created by that service
- restart the service
What is the most correct way to edit that file? Store a final version of that file on the ansible host and send it to the nodes?