Jelajahi Sumber

ensure the pause prompt fits the book page width

Grega Bremec 1 bulan lalu
induk
melakukan
80569b8a94
1 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 5 5
      playbooks/50-install-prepare.yml

+ 5 - 5
playbooks/50-install-prepare.yml

@@ -9,16 +9,16 @@
   tasks:
     - ansible.builtin.pause:
         prompt: |
-          WARNING: This playbook resets the configuration of DNS and DHCP services to what they
-                   are originally when the lab is provisioned.
+          WARNING: This playbook resets the configuration of DNS and DHCP services to
+                   what they are originally when the lab is provisioned.
           
-                   This means that if you have performed any exercises past the preparation for
-                   installation, your changes will be reverted.
+                   This means that if you have performed any exercises past this one
+                   (preparation for installation), your changes will be reverted.
           
                    Continuing in 10 seconds unless you interrupt execution with Ctrl-C.
         seconds: 10
 
-- name: Download all the tools we need on workstation, set up registry credentials, and a SSH keypair.
+- name: Download all the tools we need on workstation, set up registry credentials, and an SSH keypair.
   hosts: workstation.lab.example.com
   gather_subset: min
   become: no