post_run and pre_run hook support

This commit is contained in:
Julian Rother 2021-12-11 02:28:02 +01:00
parent 231c983205
commit e7d5a2cbc7
3 changed files with 40 additions and 12 deletions

View file

@ -48,3 +48,6 @@ backups:
'/root/.ansible/*': true
include_files:
'/': true
hooks:
pre_run: []
post_run: []