https://mastodon.cardina1.red/@lo48576/112366907166397818
この20行を捻り出すのに何十分かけたことか……
さっきのは全部変数に書いているパターンなので楽だけど、ディレクトリ内のテンプレートファイル群をどうにかして同期とかになると相当ダルい
with_items: "{{ __coredns_existing_configs.files | map(attribute='path') | difference((__coredns_deployed_config_templates.results | map(attribute='path')) + (__coredns_deployed_configs_plain.results | selectattr('dest', 'defined') | map(attribute='dest'))) }}"
なに?
いや変数名を短くしろと言われても、こいつ register されてるから永続するらしいんですよ。私だってこいつのスコープを制限できるなら files_there とか命名したいわ