ansible-role-zerotier/files
Andrea Lora 0755fa30b2
Update set_fact.sh to support multiple network
Currently the role will fail to regather fact if $network_count > 1

That's because without the quotes echo will suppress the \n writing everything in one line. Thus wc -l will return `1`, confusing the file_content function that will lead to an incorrect json being produced
2019-07-08 11:40:05 +01:00
..
set_facts.sh Update set_fact.sh to support multiple network 2019-07-08 11:40:05 +01:00