Use FQCN for module names
This commit is contained in:
parent
be273475c9
commit
8ba9437c89
17 changed files with 52 additions and 52 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
- name: check support
|
||||
fail:
|
||||
ansible.builtin.fail:
|
||||
msg: Role not supported in your system
|
||||
when: ansible_os_family != "RedHat"
|
||||
|
||||
- name: enable epel repository
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: epel-release
|
||||
state: installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue