clone from private repo
This commit is contained in:
commit
c0ae983acb
48 changed files with 2766 additions and 0 deletions
13
mail_system/templates/dovecot/README_execute
Normal file
13
mail_system/templates/dovecot/README_execute
Normal file
|
@ -0,0 +1,13 @@
|
|||
# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
|
||||
|
||||
|
||||
Execute is useful for conditions
|
||||
|
||||
Take care to not output a newline after the result!
|
||||
|
||||
Example:
|
||||
|
||||
#!/bin/bash
|
||||
d=$(/bin/date +%s)
|
||||
echo -n $d
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue