Service name facts are working now too. Now testing if the "{{ }}" syntax is necessary for facts.

This commit is contained in:
Hyperling
2020-12-28 20:36:23 -06:00
parent 021730c90c
commit 79a6204d51
4 changed files with 10 additions and 3 deletions

View File

@ -8,6 +8,7 @@
when: ansible_distribution == "Pop!_OS"
# TODO Needs tested
- name: Set Ubuntu Package Names
ansible.builtin.set_fact:
firefox: firefox
@ -15,6 +16,7 @@
when: ansible_distribution == "Ubuntu"
# TODO Needs tested
- name: Set FreeBSD Package Names
ansible.builtin.set_fact:
firefox: firefox

View File

@ -10,6 +10,7 @@
when: ansible_distribution == "Pop!_OS"
# TODO Needs tested
- name: Set Ubuntu Service Names
ansible.builtin.set_fact:
cups: cups
@ -19,6 +20,7 @@
when: ansible_distribution == "Ubuntu"
# TODO Needs tested
- name: Set FreeBSD Service Names
ansible.builtin.set_fact:
cups: cups