drop bitlbee from default playbook

I don't use this anymore.
This commit is contained in:
Pig Monkey 2023-04-19 08:53:44 -07:00
parent ec1866758c
commit d76e822d54
2 changed files with 0 additions and 5 deletions

View file

@ -120,10 +120,6 @@ tarsnapper:
gitannex:
stop_on_untrusted: True
bitlbee:
run_on: trusted
torify: True
bootloader: grub
postgresql:

View file

@ -48,7 +48,6 @@
- { role: thinkpad, tags: ['thinkpad'], when: "'ThinkPad' in ansible_product_version" }
- { role: macbook, tags: ['macbook'], when: "'MacBook' in ansible_product_name" }
- { role: screensaver, tags: ['screensaver'] }
- { role: bitlbee, tags: ['bitlbee'] }
- { role: weechat, tags: ['weechat'] }
- { role: git-annex, tags: ['git-annex'], when: "gitannex is defined" }
- { role: taskwarrior, tags: ['taskwarrior'] }