- name:A simple playbook to test that Ansible is configured
hosts:localhost
tasks:
- name:Run test playbook
ansible.builtin.debug:
msg:"If you're reading this, Ansible is configured on your system."
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.