Skip to content

Commit

Permalink
Merge pull request nornir-automation#403 from ktbyers/minor_docfix
Browse files Browse the repository at this point in the history
Minor docfix for failed hosts content
  • Loading branch information
dmfigol authored Jun 2, 2019
2 parents 9a69dfd + b10fb65 commit f4a4925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/intro/failed_tasks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You can force the execution of tasks on failed hosts by passing the arguments `run_on_failed=True`:"
"You can force the execution of tasks on failed hosts by passing the argument `on_failed=True`:"
]
},
{
Expand Down Expand Up @@ -375,7 +375,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You can also exclude the hosts that are \"good\" if you want to with the `run_on_good` flag:"
"You can also exclude the hosts that are \"good\" if you want to with the `on_good` flag:"
]
},
{
Expand Down Expand Up @@ -409,7 +409,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"To achieve this `nornir` keeps a list of failed hosts in it's shared [data](../../ref/api/nornir.rst#nornir.core.state.GlobalState) object:"
"To achieve this `nornir` keeps a set of failed hosts in it's shared [data](../../ref/api/nornir.rst#nornir.core.state.GlobalState) object:"
]
},
{
Expand Down

0 comments on commit f4a4925

Please sign in to comment.