From 7dd67e82c07e01a3d0c32b7b1016d51cd911fb41 Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Tue, 18 Aug 2026 16:47:47 +0100 Subject: [PATCH] Modify deployment command for vault password Updated instructions to include the vault password prompt. --- 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 726d10049..e39d2a179 100644 --- a/doc/deployment/deploy/ansible.md +++ b/doc/deployment/deploy/ansible.md @@ -61,7 +61,7 @@ This performs a backup and truncation of the local databases on instruments. It This is the main playbook 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 and vault password. {#ansibleupdatingjdk} #### Updating JDK version