Parcourir la source

Add flag -p to mkdir to create recursively

pull/231/head
Esko il y a 6 ans
committed by GitHub
Parent
révision
d2c934cb70
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      docs/configuring-playbook.md

+ 1
- 1
docs/configuring-playbook.md Voir le fichier

@@ -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`)



Chargement…
Annuler
Enregistrer