Wordsmithing. Removed old timezone.yml playbook debug task.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 8 May 2024 20:33:31 +0000 (14:33 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 8 May 2024 20:38:00 +0000 (14:38 -0600)
README.org
playbooks/timezone.yml

index eff3b24a0d690fe749c93c733023d1fd954d39bc..a529f46a8e036412bf9c487f903415aab3dcaeca 100644 (file)
@@ -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:
index 884dfad6e367c0cfa77facd51a30913c3a0055e5..3783cbd937d867f86d613182f0b0de99c3d907ab 100644 (file)
@@ -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: