[PATCH v3 22/36] guestfs: Don't run the 'destroy' tags on the controller
Chuck Lever <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Chuck Lever <[email protected]> "make destroy" was skipping some important file removals, and removing other files that do not exist. Reviewed-by: Luis Chamberlain <[email protected]> Reviewed-by: Daniel Gomez <[email protected]> Signed-off-by: Chuck Lever <[email protected]> --- scripts/guestfs.Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/guestfs.Makefile b/scripts/guestfs.Makefile index f6c350a43f27..953c61493a88 100644 --- a/scripts/guestfs.Makefile +++ b/scripts/guestfs.Makefile @@ -96,6 +96,7 @@ PHONY += status_guestfs destroy_guestfs: $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \ + --limit 'baseline:dev:service' \ playbooks/guestfs.yml \ --extra-vars=@./extra_vars.yaml \ --tags destroy -- 2.51.0