ansible_service - choisungwook/portfolio GitHub Wiki

- name: Enable service httpd, and not touch the state
  ansible.builtin.service:
    name: httpd
    enabled: yes
    state: started

참고자료

⚠️ **GitHub.com Fallback** ⚠️