ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
Replaces many references to package: with ansible.builtin.package Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
462176464b
commit
25391e95b7
166 changed files with 286 additions and 286 deletions
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
- name: Ensure packages required for mariadb are installed
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
state: present
|
||||
name:
|
||||
- mariadb-server
|
||||
when: ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: Ensure packages required for mariadb are installed (el8)
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
state: present
|
||||
name:
|
||||
- python3-PyMySQL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue