diff options
author | Lex Rivera <me@lex.io> | 2018-09-13 19:01:00 +0300 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-09-13 19:05:49 +0200 |
commit | dd59b4de1da045bd87325c4eaa78fd99bd925bde (patch) | |
tree | bd78ac00b777c5b83ad23bdb99b9cd98772c7bb2 /tasks | |
parent | 16d2e1c7fe8e7646ba862033d1e3a7d7270a098d (diff) | |
download | ansible-teamspeak-dd59b4de1da045bd87325c4eaa78fd99bd925bde.tar.gz ansible-teamspeak-dd59b4de1da045bd87325c4eaa78fd99bd925bde.tar.xz ansible-teamspeak-dd59b4de1da045bd87325c4eaa78fd99bd925bde.zip |
Accept license if variable is set
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index bd20ea5..e31f3ab 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -81,6 +81,7 @@ content: "" owner: "{{ teamspeak.user }}" group: "{{ teamspeak.user }}" + when: accept_teamspeak_license notify: - Restart teamspeak server |