Skip to content

Commit

Permalink
Added label command to ansible distribution
Browse files Browse the repository at this point in the history
fixes: pulp#185
  • Loading branch information
gerrod3 committed Mar 23, 2021
1 parent f9a6726 commit 200fddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/185.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added label command to ansible distribution group
2 changes: 2 additions & 0 deletions pulpcore/cli/ansible/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
create_command,
destroy_command,
href_option,
label_command,
label_select_option,
list_command,
name_option,
Expand Down Expand Up @@ -79,6 +80,7 @@ def distribution(ctx: click.Context, pulp_ctx: PulpContext, distribution_type: s
distribution.add_command(show_command(decorators=lookup_options))
distribution.add_command(destroy_command(decorators=lookup_options))
distribution.add_command(create_command(decorators=create_options))
distribution.add_command(label_command())


# TODO Add content_guard option
Expand Down

0 comments on commit 200fddb

Please sign in to comment.