Split playbooks to better accomodate development of both.
@@ -0,0 +1,10 @@
import desktop_notify
import asyncio
async def test():
notify = desktop_notify.aio.Notify('summary', 'body')
await notify.show()
if __name__ == "__main__":
asyncio.run(test())
The note is not visible to the blocked user.