summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-29 10:10:38 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-29 10:10:38 +0300
commit8d8cff477ac1956b81822eb0e3618f925bd4fc61 (patch)
treee4488f7a61d3c4ab59e28d73a383bf68051f144c
parentde9d09e132f3c80b76ebd031fd0a24d4f35b8116 (diff)
downloadick2-ansible-8d8cff477ac1956b81822eb0e3618f925bd4fc61.tar.gz
ick-workers: install psmisc, for pstreeHEADmaster
Sponsored-by: author
-rw-r--r--ick-workers.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ick-workers.yml b/ick-workers.yml
index c5d69c5..5011d80 100644
--- a/ick-workers.yml
+++ b/ick-workers.yml
@@ -12,6 +12,9 @@
- systemd:
state: restarted
name: ick-worker
+ - apt:
+ name:
+ - psmisc
vars:
ansible_python_interpreter: /usr/bin/python3