Skip to content

Commit 522f859

Browse files
committed
fix(docs): linebreak initial playbook command for consistency
1 parent af938b0 commit 522f859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/operations/ubuntu-noble.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ To sync host packages:
7979

8080
.. code-block:: console
8181
82-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml -e stackhpc_pulp_sync_ubuntu_jammy=true -e stackhpc_pulp_sync_ubuntu_noble=true
82+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml \
83+
-e stackhpc_pulp_sync_ubuntu_jammy=true \
84+
-e stackhpc_pulp_sync_ubuntu_noble=true
8385
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml \
8486
-e stackhpc_pulp_sync_ubuntu_jammy=true \
8587
-e stackhpc_pulp_sync_ubuntu_noble=true

0 commit comments

Comments
 (0)