Add postremove section to ansible (#14062)

This commit is contained in:
Ed Reel
2026-01-06 17:22:06 -06:00
committed by GitHub
parent 5dc80c9c02
commit c379b6e885

View File

@@ -24,4 +24,8 @@ class Ansible < Pip
depends_on 'python3' => :build
no_source_build
def self.postremove
Package.agree_to_remove("#{HOME}/.ansible")
end
end