1
0

fix module name

This commit is contained in:
michael 2022-09-03 01:11:45 +12:00
parent 873cf1446e
commit 0548f903a8

View File

@ -1,6 +1,6 @@
---
- name: install openssh arch
ansible.general.pacman:
community.general.pacman:
name: "{{ openssh_packages }}"
state: latest
update_cache: true