From 27637b72387d66b6d0791dc9da3e99e644373d2a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 18 Aug 2026 11:44:46 +0100 Subject: [PATCH] Modify Ansible command for instrument_deploy.yaml Updated command to include --ask-vault-pass for Ansible playbook. --- doc/deployment/deploy/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/deployment/deploy/ansible.md b/doc/deployment/deploy/ansible.md index d8a933f36..726d10049 100644 --- a/doc/deployment/deploy/ansible.md +++ b/doc/deployment/deploy/ansible.md @@ -97,7 +97,7 @@ for deploying This is for deploying software to NDXes. Currently this stops the server if it is running and installs the JDK using the `jdk` role. -To use this you need to run `ansible-playbook windows/instrument_deploy.yaml` - it should prompt for hosts. +To use this you need to run `ansible-playbook windows/instrument_deploy.yaml --ask-vault-pass` - it should prompt for hosts. ### `deploy_wincred.yaml`