ソースを参照

Merge pull request #3155 from ingydotnet/patch-1

Small doc fix
pull/3157/head
Slavi Pantaleev 2年前
committed by GitHub
コミット
13942ddcb1
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      docs/configuring-playbook.md

+ 1
- 1
docs/configuring-playbook.md ファイルの表示

@@ -8,7 +8,7 @@ To configure the playbook, you need to have done the following things:


You can then follow these steps inside the playbook directory: You can then follow these steps inside the playbook directory:


1. create a directory to hold your configuration (`mkdir inventory/host_vars/matrix.<your-domain>`)
1. create a directory to hold your configuration (`mkdir -p inventory/host_vars/matrix.<your-domain>`)


1. copy the sample configuration file (`cp examples/vars.yml inventory/host_vars/matrix.<your-domain>/vars.yml`) 1. copy the sample configuration file (`cp examples/vars.yml inventory/host_vars/matrix.<your-domain>/vars.yml`)




読み込み中…
キャンセル
保存