diff options
author | Aaron LI <aly@aaronly.me> | 2019-09-22 15:31:37 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-09-22 15:31:55 +0800 |
commit | 1d2d14db6f719d50a95651c99ec19b69279c0ef5 (patch) | |
tree | 6b766be6f03db7b63ee79fde18fed8002840d5bb /roles/git/handlers | |
parent | 445e8e9fda6a89d7efcb18057515a324382284d4 (diff) | |
download | ansible-dfly-vps-1d2d14db6f719d50a95651c99ec19b69279c0ef5.tar.bz2 |
git: Some small updates
Diffstat (limited to 'roles/git/handlers')
-rw-r--r-- | roles/git/handlers/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/git/handlers/main.yml b/roles/git/handlers/main.yml index 6e08be5..8a672f0 100644 --- a/roles/git/handlers/main.yml +++ b/roles/git/handlers/main.yml @@ -1,3 +1,5 @@ --- - name: restart-cgit command: service uwsgi restart cgit + args: + warn: false |