Merge pull request #3 from moan0s/style

style: Use FQCN for task action
This commit is contained in:
Slavi Pantaleev 2023-03-15 23:03:55 +02:00 committed by GitHub
commit 00d97a4f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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] == ''"