Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Fixes an issue in the ``stackhpc.luks`` role where the directory on the
control host was created with insufficent permissions causing the Ansible
``synchronize`` module to fail when copying the keys to the control host.

2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ roles:
- src: stackhpc.libvirt-vm
version: v1.16.3
- src: stackhpc.luks
version: 0.4.2
version: 0.4.4
- src: stackhpc.os-ironic-state
version: v1.3.1
- src: stackhpc.timezone
Expand Down
Loading