Add gnu grep utils to log hosts

This commit is contained in:
Timo Makinen 2020-11-18 05:48:21 +00:00
parent 0ba135be52
commit 06883d5010

View file

@ -22,3 +22,13 @@
roles:
- base
tasks:
- name: install extra packages
package:
name: "{{ package }}"
state: installed
with_items:
- ggrep--
loop_control:
loop_var: package