fix formating

This commit is contained in:
2025-01-26 21:11:19 +01:00
parent 228cb10a80
commit 11e78b704e

View File

@@ -46,4 +46,5 @@ Hint 2: you can use --extra-vars in command for sinlge use:
```bash ```bash
ansible-playbook playbooks/git-runners.yml -l runnerhost --extra-vars '{"RUNNER_REDEPLOY": true}' ansible-playbook playbooks/git-runners.yml -l runnerhost --extra-vars '{"RUNNER_REDEPLOY": true}'
``` ```
With this option ansible delete the `.runner` file. Without this file ansible do a new registration for this runner. With this option ansible delete the `.runner` file. Without this file ansible do a new registration for this runner.