From 600c1612e36799f9fddbda92f3ad3760eb04dca9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 11 Jul 2021 13:16:30 -0500 Subject: [PATCH] YAML is complaining about the @ sign even though there are quotes. Trying something else. --- tasks/general/acct_mgmt/users.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 52f8b9c..f3ac5ed 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -111,7 +111,8 @@ fi curl "https://wttr.in/${1//\ /+}" } - PS1: "export PS1='[\u@\h \w]\$'" + PS1: | + export PS1='[\u@\h \w]\$' - name: General | Account Management | Users | Files | Common Variable set_fact: