We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550fdfd commit af938b0Copy full SHA for af938b0
doc/source/operations/ubuntu-noble.rst
@@ -80,7 +80,9 @@ To sync host packages:
80
.. code-block:: console
81
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
83
- kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml -e stackhpc_pulp_sync_ubuntu_jammy=true -e stackhpc_pulp_sync_ubuntu_noble=true
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml \
84
+ -e stackhpc_pulp_sync_ubuntu_jammy=true \
85
+ -e stackhpc_pulp_sync_ubuntu_noble=true
86
87
Once the host package content has been tested in a test/staging environment, it
88
may be promoted to production:
0 commit comments