possibility to enabled OR not apache on boot
jayalpes opened this issue · 5 comments
jayalpes commented
In tasks/main.yml:
- name: Ensure Apache has selected state and enabled on boot.
service:
name: "{{ apache_service }}"
state: "{{ apache_state }}"
enabled: "{{ apache_boot }}"
Can you add a var to enabled or not on boot ?
stale commented
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
nhojpatrick commented
stale commented
This issue is no longer marked for closure.
stale commented
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
stale commented
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.