Skip to content

Commit

Permalink
Bugfix: add missing directory (#741)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse authored Sep 6, 2024
1 parent 01472f3 commit c255eb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added Tests/.secret/.gitkeep
Empty file.
7 changes: 7 additions & 0 deletions playbooks/pre_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
mode: "0600"
no_log: true

- name: Create secrets dir
ansible.builtin.file:
path: "~/Tests/.secret"
state: directory
recurse: true
mode: "0700"

- name: Create signing key file
ansible.builtin.copy:
# the secrets are usually stripped of whitespace, but the final newline is essential here
Expand Down

0 comments on commit c255eb8

Please sign in to comment.