Skip to content

Commit 726ba77

Browse files
author
Matt Pryor
authored
Merge pull request #13 from stackhpc/fix/persist-secrets
Fix typo in persistent facts storage
2 parents 2b719b2 + 8cd0730 commit 726ba77

File tree

1 file changed

+1
-1
lines changed
  • roles/persist_openhpc_secrets/tasks

1 file changed

+1
-1
lines changed

roles/persist_openhpc_secrets/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- name: Check if OpenHPC secrets exist
44
stat:
5-
path: "{{ appliances_state_dir }}/ansible/facts.d/openhpc_secrets.fact"
5+
path: "{{ appliances_state_dir }}/ansible.facts.d/openhpc_secrets.fact"
66
register: openhpc_secrets_stat
77

88
- name: Ensure Ansible facts directories exist

0 commit comments

Comments
 (0)