mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
style: Use FQCN for task action
This commit is contained in:
parent
f0949f7554
commit
abb51bf13e
1 changed files with 1 additions and 1 deletions
|
@ -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] == ''"
|
||||
|
|
Loading…
Reference in a new issue