Skip to content

Commit 6960bc5

Browse files
committed
docs: remove references to deprecated jammy sync variables
1 parent 522f859 commit 6960bc5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

doc/source/operations/ubuntu-noble.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,15 @@ To sync host packages:
7979

8080
.. code-block:: console
8181
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
85-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml \
86-
-e stackhpc_pulp_sync_ubuntu_jammy=true \
87-
-e stackhpc_pulp_sync_ubuntu_noble=true
82+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-sync.yml -e stackhpc_pulp_sync_ubuntu_noble=true
83+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-publish.yml -e stackhpc_pulp_sync_ubuntu_noble=true
8884
8985
Once the host package content has been tested in a test/staging environment, it
9086
may be promoted to production:
9187

9288
.. code-block:: console
9389
94-
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml \
95-
-e stackhpc_pulp_sync_ubuntu_jammy=true \
96-
-e stackhpc_pulp_sync_ubuntu_noble=true
90+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/pulp-repo-promote-production.yml -e stackhpc_pulp_sync_ubuntu_noble=true
9791
9892
To sync container images:
9993

0 commit comments

Comments
 (0)