noticket - version bumps and github actions runner

This commit is contained in:
Bastian de Byl
2023-11-14 15:54:57 -05:00
parent 9dd7cfec99
commit 27942f9178
9 changed files with 96 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
---
- name: enable required dnf repositories
become: true
ansible.builtin.shell:
cmd: dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
creates: /etc/yum.repos.d/hashicorp.repo
- name: install github dependencies
become: true
ansible.builtin.dnf:
name:
- awscli
- terraform
state: present