add terminfo has pre task

This commit is contained in:
vincent 2020-01-27 20:08:22 +01:00
parent 1928d7933f
commit cbc60c61fe

View File

@ -1,6 +1,6 @@
---
- hosts: server
tasks:
pre_tasks:
- name: install terminfo
pacman:
state: present # not required. choices: absent;latest;present. Desired state of the package.