Skip to content

Commit

Permalink
21.1.3+1.27.5 (#53)
Browse files Browse the repository at this point in the history
* rename githubixx.harden-linux to githubixx.harden_linux

* update CHANGELOG
  • Loading branch information
githubixx committed Sep 9, 2023
1 parent 71c2f5c commit 189c25a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 21.1.3+1.27.5

- rename `githubixx.harden-linux` to `githubixx.harden_linux`

## 21.1.2+1.27.5

- rename `githubixx.kubernetes-ca` to `githubixx.kubernetes_ca`
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
become: true
gather_facts: true
tasks:
- name: Setup harden-linux role
- name: Setup harden_linux role
include_role:
name: githubixx.harden-linux
name: githubixx.harden_linux

- name: Setup Wireguard VPN
hosts: vpn
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

roles:
- githubixx.ansible_role_wireguard
- githubixx.harden-linux
- githubixx.harden_linux
- githubixx.cfssl
- githubixx.kubernetes_ca
- githubixx.etcd
Expand Down

0 comments on commit 189c25a

Please sign in to comment.