Explorar el Código

Add flag -p to mkdir to create recursively

pull/231/head
Esko hace 6 años
committed by GitHub
padre
commit
d2c934cb70
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      docs/configuring-playbook.md

+ 1
- 1
docs/configuring-playbook.md Ver fichero

@@ -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:


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




Cargando…
Cancelar
Guardar