From 353d58e565d238190c7b929e04b18cc3c16ae363 Mon Sep 17 00:00:00 2001 From: Scot Junkin Date: Mon, 4 May 2015 06:29:36 -0600 Subject: [PATCH] errors seen in labs and resolution --- common_errors.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common_errors.md diff --git a/common_errors.md b/common_errors.md new file mode 100644 index 0000000..72f79be --- /dev/null +++ b/common_errors.md @@ -0,0 +1,9 @@ +* Creating Application Policies + +** error in ansible-playbook +*** problem +ansible-playbook -i inventory.yml playbook/appfw_policies.yml +ERROR: junos_install_coinfig is not a legal parameter in an Ansible task or handler +*** resolution +TBD +