Skip to content

Commit

Permalink
Add ansible to redhat OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jan 7, 2025
1 parent 47c192b commit 81c5b23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom/testing/golden-state-tree/os/fedora/pkgs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ include:
- pkgs.jq
- pkgs.xz
- pkgs.tree
- pkgs.ansible
- pkgs.cargo {#-
- pkgs.awscli
- pkgs.amazon-cloudwatch-agent #}
Expand Down
1 change: 1 addition & 0 deletions custom/testing/golden-state-tree/os/rocky/pkgs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ include:
- pkgs.xz
- pkgs.tree
- pkgs.cargo
- pkgs.ansible
{#-
- pkgs.awscli
- pkgs.amazon-cloudwatch-agent
Expand Down
4 changes: 4 additions & 0 deletions custom/testing/golden-state-tree/pkgs/ansible.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{%- set pkg = "ansible" %}
ansible:
pkg.installed:
- name: {{ pkg }}

0 comments on commit 81c5b23

Please sign in to comment.