From 00afe20fac63f48fbe48ff0136949d779c0d5237 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 1 Sep 2020 19:39:56 +0100 Subject: Ensure go modules are always used by the updatepipeline script --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index bf36167..6d2b461 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ To create a fresh pipeliner image: host_vars/pipelineami - Run ansible: - ansible-playbook -i hosts pipeliner.yml + ansible-playbook --ask-vault-pass -i hosts pipeliner.yml - Get names of old images for reference: aws ec2 describe-images --owners self -- cgit v1.2.1-24-ge1ad