From 236d666d603e1a4d11ca0ca53e1a46e2af5ed2c2 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 6 Feb 2023 14:07:17 +0000 Subject: [PATCH] Re-arrange readme lines --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fb4f7f9..8034671 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Workstation Ansible playbooks -This repository sets up various operating systems to my own preference. The -playbooks can be run against the local machine: +This repository sets up various operating systems to my own preference. +The playbooks can be run against the local machine: ./user-cli.yml -i ./local.ini @@ -13,15 +13,12 @@ Note that the trailing comma is important when using a remote hostname. ## Cloning without SSL verification -Some platforms (NetBSD, FreeBSD) do not include root SSL certificates by -default. This causes the initial git clone to fail with the error -_server certificate verification failed_. You can ignore SSL warnings with the -`GIT_SSL_NO_VERIFY=true` environment variable: +Some platforms (NetBSD, FreeBSD) do not include root SSL certificates by default. +This causes the initial git clone to fail with the error _server certificate verification failed_. +You can ignore SSL warnings with the `GIT_SSL_NO_VERIFY=true` environment variable: GIT_SSL_NO_VERIFY=true git clone https://github.com/acperkins/workstation.git -This will clone without checking the validation of the root certificates. This -should only be done for the initial clone. The playbooks should be configured to -set up SSL trust for all future actions (for example by installing and -configuring the `mozilla-rootcerts-openssl` package on NetBSD, or the -`ca_root_nss` package on FreeBSD). +This will clone without checking the validation of the root certificates. +This should only be done for the initial clone. +The playbooks should be configured to set up SSL trust for all future actions (for example by installing and configuring the `mozilla-rootcerts-openssl` package on NetBSD, or the `ca_root_nss` package on FreeBSD).