Use FQCN for module names
This commit is contained in:
parent
be273475c9
commit
8ba9437c89
17 changed files with 52 additions and 52 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: check if repository is enabled
|
||||
command:
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- dnf
|
||||
- config-manager
|
||||
|
@ -11,7 +11,7 @@
|
|||
register: result
|
||||
|
||||
- name: enable repository
|
||||
command:
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- dnf
|
||||
- config-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue