From 92cf7aa53f78f9cc1622b1618d13318b2af28396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Koziarkiewicz?= Date: Tue, 7 Apr 2015 20:37:16 +0200 Subject: [PATCH] Clarified business logic. --- README.md | 1 + defaults/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3239ad6..45127f1 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ raspi_config_hostname: pi # ensure camera support is on - CURRENTLY UNVERIFIED raspi_config_enable_camera: no # specify whether to fail deployment when user/password is default +# ignored if "raspi_config_replace_user" is set (warning will still display) raspi_config_fail_on_auth_test: yes # user to replace the default "pi" user with # NOTE: if you use this for the first time as "pi", any post_tasks will fail! diff --git a/defaults/main.yml b/defaults/main.yml index 6fd4e53..f7fef41 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -16,6 +16,7 @@ raspi_config_hostname: pi # ensure camera support is on - CURRENTLY UNVERIFIED raspi_config_enable_camera: no # specify whether to fail deployment when user/password is default +# ignored if "raspi_config_replace_user" is set (warning will still display) raspi_config_fail_on_auth_test: yes # user to replace the default "pi" user with # NOTE: if you use this for the first time as "pi", any post_tasks will fail!