mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Add postremove section to ansible (#14062)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user