Skip to content

Commit ec6215a

Browse files
committed
Explain how to skip packer rebuild
1 parent 3d0097d commit ec6215a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/ansible.rst

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ To re-run this manually (for example to retry a failure, or if you've updated th
3333
3434
This will run Ansible in the foreground and also send its output to the usual ``/root/ansible-pull.log`` file.
3535

36+
This will, by default, also re-build the compute node image which a, may not be what you want and b, will take longer.
37+
You can disable the running of the image rebuild step with:
38+
39+
.. code-block:: shell-session
40+
41+
$ sudo /root/run_ansible --skip-tags=packer
42+
3643
Compute nodes
3744
-------------
3845

0 commit comments

Comments
 (0)