---
- name: Create a service directory
  ansible.builtin.file:
    path: "{{ service_path }}"
    state: directory
    mode: "0755"