選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

10 行
163B

  1. ---
  2. - name: password
  3. user:
  4. name: root
  5. password: "{{ root_password }}"
  6. when:
  7. - root_password is defined
  8. - not root_target_directory is defined