2015-10-01 ansibleで複数の変数をitemでまとめて使う linux ちょろっと忘れるのでメモ [code lang=text] - name: zsh shell: usermod -s /bin/zsh {{ item }} with_items: zsh_user [/code] これでvarsの方で [code lang=text] zsh_user: - "root" - "astel" [/code] とかすると良い