Skip to content
Snippets Groups Projects
Commit cd88e864 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Add task to install a list of packages from a file.

parent 55b4d36e
No related branches found
No related tags found
No related merge requests found
---
# tasks file for cheaha.packages
- name: Install system packages
ansible.builtin.yum:
name: "{{ lookup('file', '{{ pkg_list_file }}').splitlines() }}"
state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment