-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a note for --start-at-task #1706
base: devel
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -19,6 +19,14 @@ To start executing your playbook at a particular task (usually the task that fai | |||||||||||||||
|
||||||||||||||||
In this example, Ansible starts executing your playbook at a task named "install packages". This feature does not work with tasks inside dynamically re-used roles or tasks (``include_*``), see :ref:`dynamic_vs_static`. | ||||||||||||||||
|
||||||||||||||||
.. note:: | ||||||||||||||||
|
||||||||||||||||
Moreover, ``--start-at-task`` | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||
- can target tasks **within** static includes | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same with below, just establish import == static/preprocessed, include ==dynamic/executed at runtime |
||||||||||||||||
- cannot target tasks **within** dynamic includes | ||||||||||||||||
- can target the dynamic include task itself | ||||||||||||||||
- cannot target the static include task itself | ||||||||||||||||
|
||||||||||||||||
.. _step: | ||||||||||||||||
|
||||||||||||||||
Step mode | ||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.