create molecule scenario for monitoring role
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
- name: update postfix secrets
|
||||
command: postmap {{ postfix_sasl_secrets_path }}
|
||||
|
||||
- name: reload nginx
|
||||
include_tasks: ../handlers/nginx.yml
|
||||
when: nginx_started is not changed
|
||||
|
||||
- name: reload autofs
|
||||
service:
|
||||
name: autofs
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
- name: Validate Nginx config
|
||||
command: nginx -t
|
||||
|
||||
- name: Reload Nginx server
|
||||
service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
2
roles/common/meta/main.yml
Normal file
2
roles/common/meta/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- shared-handlers
|
||||
Reference in New Issue
Block a user