Use YARN module from Ansible 2.7
This commit is contained in:
parent
af81b41e83
commit
b56ae30335
2 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,12 @@
|
|||
# Playbook et rôles Ansible d'Aurore
|
||||
|
||||
Ces politiques de déployement nécessite Ansible 2.7 ou plus récent.
|
||||
Le paquet dans Debian Buster est suffisamment à jour, sinon vous pouvez l'obtenir de la façon suivante :
|
||||
|
||||
```bash
|
||||
pip3 install --user ansible
|
||||
```
|
||||
|
||||
## Exécution d'un playbook
|
||||
|
||||
Pour appliquer le playbook `base.yml` :
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
|
||||
# Setup dependencies and configs
|
||||
- name: Install CodiMD dependencies
|
||||
command: NODE_ENV="production" bin/setup
|
||||
args:
|
||||
chdir: /var/local/codimd/codimd
|
||||
yarn:
|
||||
path: /var/local/codimd/codimd
|
||||
production: true
|
||||
become: true
|
||||
become_user: codimd
|
||||
|
||||
|
|
Loading…
Reference in a new issue