Merge pull request #3 from moan0s/style
style: Use FQCN for task action
This commit is contained in:
commit
00d97a4f8d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Fail if required mash playbook settings not defined
|
- name: Fail if required mash playbook settings not defined
|
||||||
fail:
|
ansible.builtin.fail:
|
||||||
msg: >-
|
msg: >-
|
||||||
You need to define a required configuration setting (`{{ item }}`) for using this role.
|
You need to define a required configuration setting (`{{ item }}`) for using this role.
|
||||||
when: "vars[item] == ''"
|
when: "vars[item] == ''"
|
||||||
|
|
Loading…
Reference in a new issue