Skip to content

Commit

Permalink
Add how to set an ansible task as softfailed
Browse files Browse the repository at this point in the history
Add how to set an ansible task as softfailed.
  • Loading branch information
hadeskun committed Dec 9, 2024
1 parent cc84b1a commit 43b5044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export ANSIBLE_ROLES_PATH=<the-dir-where-the-role-is-located>
. . . (run deployment as you would normally do)
```

### How to rewrite an ansible task to be softfailed automatically in OSADO
### Mark temporary workaround for known issues

To softfailed an ansible task it is needed to add a msg attribute in the task following this format:

Expand Down

0 comments on commit 43b5044

Please sign in to comment.