Update linux/os/install_package.yml

This commit is contained in:
David Lopez 2023-09-07 10:37:17 +00:00
parent 2d44d1274e
commit 46b0caa1bc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- hosts: "{{ hosts_servers }}"
gather_facts: no
tasks:
- name: Package installation
- name: Package Installation
apt:
name: "{{ package_name }}"
state: present