From f3216507930e0b9d35ce3c16749b6de0a76c334e Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 31 Jul 2021 06:50:16 -0400 Subject: [PATCH] 0-init/tasks/main.yml: Comment positioning --- roles/0-init/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/0-init/tasks/main.yml b/roles/0-init/tasks/main.yml index 26fe41082..903499552 100644 --- a/roles/0-init/tasks/main.yml +++ b/roles/0-init/tasks/main.yml @@ -13,6 +13,11 @@ #xo_model: "{{ ansible_local.local_facts.xo_model }}" iiab_stage: "{{ ansible_local.local_facts.stage }}" +# 2020-10-29: Appears no longer nec (see 3 above ansible_local.local_facts.*) +#- name: Re-read local_facts.facts from /etc/ansible/facts.d +# setup: +# filter: ansible_local + # Initialize /etc/iiab/iiab.ini writing the 'location' and 'version' sections # once and only once, to preserve the install date and git hash. - name: Create {{ iiab_ini_file }}, if it doesn't exist @@ -29,11 +34,6 @@ first_run: True when: not iiab_ini_test.stat.exists -# 2020-10-29: Appears no longer nec (see 3 above ansible_local.local_facts.*) -#- name: Re-read local_facts.facts from /etc/ansible/facts.d -# setup: -# filter: ansible_local - # Copies the latest/known version of iiab-diagnostics into /usr/bin (so it can # be run even if local source tree /opt/iiab/iiab is deleted to conserve disk).