2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ansible | YAML の yes は true / no は false と同じ意味

Last updated at Posted at 2016-07-28

表題の通り。

作法

同じ意味だが作法があるっぽい?

Ansibleのモジュールで使用する引数についてのメモ(随時更新)

論理値は使い分ける
モジュールの引数はyes,no
その他はTrue,False

参考

Ansible doesn’t really use these too much, but you can also specify a boolean value (true/false) in >several forms:

create_key: yes
needs_agent: no
knows_oop: True
likes_emacs: TRUE
uses_cvs: false

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?