- name:Verify that web and db services are running
ansible.builtin.assert:
that:
- python-app.State == 'running'
- pythonapp.State == 'running'
vars:
python-app:>-
pythonapp:>-
{{ output.containers | selectattr("Service", "python-app") | first }}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.