소스 검색

Add flag -p to mkdir to create recursively

pull/231/head
Esko 6 년 전
committed by GitHub
부모
커밋
d2c934cb70
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
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:

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

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



불러오는 중...
취소
저장