From c12d173c729fb5d314b5e0f12f42f95a309ff07f Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 28 Nov 2024 21:05:26 +0100 Subject: [PATCH] set opts again --- doc/how_to_upgrade_persistent_instances.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/how_to_upgrade_persistent_instances.rst b/doc/how_to_upgrade_persistent_instances.rst index cd59029a5..12c441f22 100644 --- a/doc/how_to_upgrade_persistent_instances.rst +++ b/doc/how_to_upgrade_persistent_instances.rst @@ -130,6 +130,7 @@ Launch new instances As simple as:: + $ opts=( -e copr_instance=dev -e server_id=keygen ) $ ansible-playbook play-vm-migration-01-new-box.yml "${opts[@]}" You'll see an output like::