Skip to content

Commit

Permalink
ensure coreutils are present
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Goth committed Jan 3, 2024
1 parent b2c974f commit eaeda44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
- name: include distribution specific vars
include_vars: "{{ansible_distribution}}_{{ansible_distribution_version}}.yml"

- name: Ensure coreutils are present
ansible.builtin.package:
name: "coreutils"
state: present

- name: Ensure Redis is installed.
ansible.builtin.package:
name: "{{ redis_package }}"
Expand Down

0 comments on commit eaeda44

Please sign in to comment.