diff options
author | uvok cheetah | 2024-03-24 19:23:31 +0100 |
---|---|---|
committer | uvok cheetah | 2024-03-24 19:23:55 +0100 |
commit | 35371fc801490e81b00e5033ff65ebc31282b193 (patch) | |
tree | 8ed112abd6ec0a6ca74aef76efcdbe24afe88da2 /roles/uvok_bird/handlers | |
parent | 971af0a4b9a01b35d2d41673a70cd2d3e0c096ae (diff) |
Satisfy ansible-lint
Diffstat (limited to 'roles/uvok_bird/handlers')
-rw-r--r-- | roles/uvok_bird/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/uvok_bird/handlers/main.yml b/roles/uvok_bird/handlers/main.yml index 9ace21c..aab7d9f 100644 --- a/roles/uvok_bird/handlers/main.yml +++ b/roles/uvok_bird/handlers/main.yml @@ -4,6 +4,6 @@ - name: Check config command: birdc configure check listen: configure bird -- name: apply config +- name: Apply bird config command: birdc configure soft listen: configure bird |