This commit is contained in:
2023-06-12 15:42:21 +02:00
parent 60e8801a73
commit e30806c2b6

View File

@@ -26,3 +26,8 @@
- name: Show Status
ansible.builtin.debug:
var: httpd_status
- name: Is httpd running
ansible.builtin.debug:
msg: httpd is running
when: httpd_status.state == "started"