Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
[All] Add tags to each tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
greedybro committed Feb 14, 2020
1 parent 15081d5 commit 110c51b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Tags for each tasks, with the format `manala_rolename.taskname`

## [2.0.1] - 2019-11-29
### Changed
Expand Down
5 changes: 3 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
- import_tasks: install.yml
tags:
- manala_shorewall

- manala_shorewall.install
# Configs
- import_tasks: configs.yml
tags:
- manala_shorewall

- manala_shorewall.configs
# Config
- import_tasks: config.yml
tags:
- manala_shorewall
- manala_shorewall.config

0 comments on commit 110c51b

Please sign in to comment.