Skip to content

Commit

Permalink
Merge pull request #24 from rundeck-plugins/add-default-tag
Browse files Browse the repository at this point in the history
Add Default "AzureVM" tag
  • Loading branch information
fdevans authored Sep 9, 2021
2 parents 986b9f5 + 2663afb commit e5c47a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build
out
.gradle
/.idea
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ class AzureNodeMapper {
}
}

tagSet.add("AzureVM")

return tagSet
}

Expand Down

0 comments on commit e5c47a2

Please sign in to comment.