Mark
Mark
##### SUMMARY The cisco.ios.ios_vrf module rises an error when add "address-family" parameter: ``` FAILED! => {"changed": false, "module_stderr": "'NoneType' object has no attribute 'pop'", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr...
This code doesn't work: ``` table.align["City name"] = "l" table.align["Area"] = "c" table.align["Population"] = "r" table.align["Annual Rainfall"] = "c" print(table) ``` Only works all columns at once: table.align = "r"
## Describe the bug First time you run "terraform apply" the rules are deployed. If you run again without changes on script terraform deletes the rules. ## Expected behavior On...