Update comments.

This commit is contained in:
Hyperling 2021-01-31 14:30:08 -06:00
parent acdff063e8
commit c1ac4c3af4

View File

@ -21,7 +21,7 @@
ignore_errors: yes ignore_errors: yes
# Linux Desktops and laptops # Linux Workstations
- name: UI Setup - name: UI Setup
hosts: workstation hosts: workstation
connection: local connection: local
@ -31,7 +31,8 @@
- include: tasks/flatpaks.yml - include: tasks/flatpaks.yml
when: ansible_distribution != "FreeBSD" when: ansible_distribution != "FreeBSD"
# FreeBSD Desktops and laptops
# FreeBSD Workstations
- name: FreeBSD UI Setup - name: FreeBSD UI Setup
hosts: workstation hosts: workstation
connection: local connection: local
@ -42,7 +43,7 @@
when: ansible_distribution == "FreeBSD" when: ansible_distribution == "FreeBSD"
# Run hardness checks # Run Hardness Checks
- name: Hardening Check - name: Hardening Check
hosts: all, localhost hosts: all, localhost
connection: local connection: local