fix: ansible-lint errors

This commit is contained in:
Bechir Delibes BKWEDOU-NGAMENI
2023-08-07 12:25:13 +02:00
parent 28a61e55fa
commit eaff8d03a5
2 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@
pre_tasks:
- name: "Update APT cache"
apt:
ansible.builtin.apt:
update_cache: true
when:
- ansible_pkg_mgr == "apt"
- name: Install sshd
package:
ansible.builtin.package:
name: openssh-server