style: Use FQCN for task action

This commit is contained in:
Julian-Samuel Gebühr 2023-03-15 22:02:14 +01:00
parent f0949f7554
commit abb51bf13e

View file

@ -1,7 +1,7 @@
---
- name: Fail if required mash playbook settings not defined
fail:
ansible.builtin.fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`) for using this role.
when: "vars[item] == ''"