だから私はyaml
私のansible
プロジェクトにこの作品を持っています。
- name: common | register vim as a type of editor for update-alternatives
command: update-alternatives --install "/usr/bin/editor" "editor" $(which vim) 100
sudo: yes
私がやりたいのは、一種の として登録し、を 100editor
に設定することです。priority
ターミナルでこの行を実行できますが、に書き込むことはできませんansible
。エラーは次のとおりです。
stderr: update-alternatives: 優先度は整数でなければなりません
「100」を文字列ではなく整数に転送する方法はありますか?