Skip to content

Commit 8cd0730

Browse files
committed
fix typo in persistent facts storage
1 parent 2b719b2 commit 8cd0730

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)