diff options
author | Stefan Joosten <stefan@atcomputing.nl> | 2016-08-20 16:48:14 +0200 |
---|---|---|
committer | Stefan Joosten <stefan@atcomputing.nl> | 2016-08-20 16:48:14 +0200 |
commit | 9c055a880110226dfae26db9a92a7d6c34b7bb11 (patch) | |
tree | 8741b5bb3d4779a2b973bbe471b4d1e9bc64c94b /README.md | |
parent | 0c16cc222f936108def76f3d0149c55aa700a56a (diff) | |
download | ansible-teamspeak-9c055a880110226dfae26db9a92a7d6c34b7bb11.tar.gz ansible-teamspeak-9c055a880110226dfae26db9a92a7d6c34b7bb11.tar.xz ansible-teamspeak-9c055a880110226dfae26db9a92a7d6c34b7bb11.zip |
Remove tags from the tasks
You can apply a tag to the entire role in your playbook. See the example
in the README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ Including an example of how to use your role (for instance, with variables passe - hosts: ts3servers roles: - - teamspeak + - { role: teamspeak, tags: teamspeak } License ------- |