From: Matt Birkholz Date: Wed, 8 May 2024 20:33:31 +0000 (-0600) Subject: Wordsmithing. Removed old timezone.yml playbook debug task. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c6191cbb501874d21ff90ec453e84f0f335aa877;p=Network Wordsmithing. Removed old timezone.yml playbook debug task. --- diff --git a/README.org b/README.org index eff3b24..a529f46 100644 --- a/README.org +++ b/README.org @@ -1817,7 +1817,7 @@ installed by the following task. ** Install 1-Wire Server -The following task installs the 1-Wire server and shell commands. The +This next task installs the 1-Wire server and shell commands. The abbey uses the Dallas Semiconductor DS9490R, a USB to 1-Wire adapter, on all its weather hosts, so it also configures the server to use the USB adapter (rather than a test "fake" adapter). @@ -1862,7 +1862,7 @@ The weather daemon is run by an unprivileged ~monkey~ account (/not/ executed during the initial phase of configuration, allowing the administrator to login on the new weather host as ~monkey~ and thus to test access to the 1-Wire adapter and devices. To facilitate -debugging the ~sysadm~ account is included in the ~monkey~ group. +debugging, the ~sysadm~ account is included in the ~monkey~ group. #+CAPTION: [[file:roles_t/abbey-weather/tasks/main.yml][=roles_t/abbey-weather/tasks/main.yml=]] #+BEGIN_SRC conf :tangle roles_t/abbey-weather/tasks/main.yml @@ -3454,7 +3454,6 @@ if ($ARGV[0] eq "tz") { command: timedatectl set-timezone {{ city }} when: ansible_date_time.tz != zone register: new_tz - - debug: msg={{ new_tz }} - hosts: dvrs tasks: diff --git a/playbooks/timezone.yml b/playbooks/timezone.yml index 884dfad..3783cbd 100644 --- a/playbooks/timezone.yml +++ b/playbooks/timezone.yml @@ -6,7 +6,6 @@ command: timedatectl set-timezone {{ city }} when: ansible_date_time.tz != zone register: new_tz - - debug: msg={{ new_tz }} - hosts: dvrs tasks: