5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/bash
|
|
|
|
# {{ ansible_managed }}
|
|
|
|
systemctl reload nginx.service
|