Try to use set_fact for package names.

This commit is contained in:
Hyperling
2020-12-28 20:06:41 -06:00
parent b68f002e5b
commit 8eede3226b
4 changed files with 33 additions and 17 deletions

View File

@ -1,16 +1,24 @@
---
# Harmonize my systems rather than doing everything manually. :)
# Everything
- hosts: all
connection: local
become: true
become: true
pre_tasks:
- include: facts/package_name.yml
tasks:
- include: tasks/users.yml
- include: tasks/cron.yml
- include: tasks/packages.yml
- include: tasks/harden.yml
# Desktops and laptops
- hosts: workstation
become: true
tasks:
- include: tasks/flatpaks.yml