dransible-old/tools/ansible/deploy/after-symlink-shared.yml

12 lines
354 B
YAML

---
- name: Fix files directory permissions
become: true
file:
path: '{{ project_deploy_dir }}/shared/web/sites/default/files'
state: directory
mode: 0775
recurse: true
- name: Install Drupal
command: '{{ release_drush_path }} --root {{ release_drupal_path }} site-install -y --account-pass=admin123 --site-name="PHP South Wales"'