aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/yay/tasks/main.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 19:01:59 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 19:01:59 +0200
commitf20e3bf3557451047a3ab035de503cd2ce35a550 (patch)
treeaee99bb289cf4ca1a85ac983e8148f2eb1b8d82c /roles/yay/tasks/main.yml
parentmy_server: update docker-compose flags (diff)
downloadmaintenance-f20e3bf3557451047a3ab035de503cd2ce35a550.tar.gz
maintenance-f20e3bf3557451047a3ab035de503cd2ce35a550.zip
fix some ansible-lint warnings
Diffstat (limited to 'roles/yay/tasks/main.yml')
-rw-r--r--roles/yay/tasks/main.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/yay/tasks/main.yml b/roles/yay/tasks/main.yml
index bd8effb..42150bf 100644
--- a/roles/yay/tasks/main.yml
+++ b/roles/yay/tasks/main.yml
@@ -7,9 +7,10 @@
register: yay_result
notify: reboot
-- debug:
+- name: Show yay result
+ ansible.builtin.debug:
var: yay_result
when: yay_result
- name: Flush handlers
- meta: flush_handlers
+ ansible.builtin.meta: flush_handlers