1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Spring Cleaning for dysfunctional Squid

This commit is contained in:
root 2021-08-16 12:44:14 -04:00
parent cfce51744c
commit a8114e65dd
18 changed files with 182 additions and 106 deletions

View file

@ -43,10 +43,10 @@ FQDN_changed: False
#wifi_id: none # 2021-07-30: Had been used in 2-common/tasks/xo.yml
# 2021-07-30: roles/network/tasks/squid.yml#L16 to stop Squid
# ("when: not installing") is the only non-Fedora use of this var.
# 2021-08-16: roles/network/tasks/squid.yml#L16 to stop Squid
# ("when: not installing") was the only non-Fedora use of this var.
# Earlier, this var HAD also been used in 2-common and 3-base-server.
installing: False
# installing: False
# 2021-07-30: Broadly used across roles/network/tasks/*.yml -- but things might
# possibly change if roles/network becomes optional per PR #2876 ?