[INFO] Creating configuration snippets [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [c1] ok: [c2] ok: [server] TASK [Generic readiness tests] ************************************************* skipping: [c1] skipping: [c2] skipping: [server] TASK [Find device readiness script] ******************************************** ok: [c1] ok: [c2] ok: [server] TASK [Wait for device to become ready] ***************************************** skipping: [c1] skipping: [c2] skipping: [server] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c1, c2, server TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [c1] ok: [c2] ok: [server] TASK [Find configuration template for normalize] ******************************* ok: [c1] ok: [c2] ok: [server] TASK [fail] ******************************************************************** skipping: [c1] skipping: [c2] skipping: [server] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [c1] ok: [c2] ok: [server] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [c1] skipping: [c2] ok: [server] => { "msg": "normalize configuration for server\n=========================================\n!\ninterface Ethernet1\n shutdown\n" } TASK [Deploy normalize configuration] ****************************************** skipping: [c1] skipping: [c2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for server TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/server/normalize] *** [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device including the indentation changed: [server] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c1, c2, server TASK [Figure out whether to deploy the module initial on current device] ******* ok: [c1] ok: [c2] ok: [server] TASK [Find configuration template for initial] ********************************* ok: [c1] ok: [c2] ok: [server] TASK [fail] ******************************************************************** skipping: [c1] skipping: [c2] skipping: [server] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [c1] ok: [c2] ok: [server] TASK [Print deployed configuration when running in verbose mode] *************** ok: [c1] => { "msg": "initial configuration for c1\n=========================================\n#!/bin/bash\n#\nset -e\n#\n# Create bash profile script\n#\ncat <