Set facts is working! Now do the same for service names.

This commit is contained in:
Hyperling
2020-12-28 20:21:01 -06:00
parent ae67a56d67
commit 021730c90c
5 changed files with 42 additions and 12 deletions

View File

@ -7,7 +7,8 @@
become: true
pre_tasks:
- include: facts/package_name.yml
- include: facts/package_names.yml
- include: facts/service_names.yml
tasks:
- include: tasks/users.yml