afaa1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user