Add gnu grep utils to log hosts
This commit is contained in:
parent
0ba135be52
commit
06883d5010
1 changed files with 10 additions and 0 deletions
|
@ -22,3 +22,13 @@
|
|||
|
||||
roles:
|
||||
- base
|
||||
|
||||
tasks:
|
||||
- name: install extra packages
|
||||
package:
|
||||
name: "{{ package }}"
|
||||
state: installed
|
||||
with_items:
|
||||
- ggrep--
|
||||
loop_control:
|
||||
loop_var: package
|
||||
|
|
Loading…
Add table
Reference in a new issue