Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit ad2b6f2

Browse files
JvEgeerlingguy
authored andcommitted
Fixes #110: Move requirements.txt into provisioning directory.
1 parent f1ef53f commit ad2b6f2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ script:
1515
- cp example.drupal.make.yml drupal.make.yml
1616

1717
# Make sure Ansible requirements install correctly.
18-
- 'ansible-galaxy install -r requirements.txt'
18+
- 'ansible-galaxy install -r provisioning/requirements.txt'
1919

2020
# Run Ansible's syntax and playbook check on the main playbook.
2121
- 'ansible-playbook -i "localhost," -c local provisioning/playbook.yml --syntax-check'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Note for Linux users: *If NFS is not already installed on your host, you will ne
6363
- Copy `example.config.yml` to `config.yml`.
6464
3. Create a local directory where Drupal will be installed and configure the path to that directory in `config.yml` (`local_path`, inside `vagrant_synced_folders`).
6565
4. Open Terminal, cd to this directory (containing the `Vagrantfile` and this README file).
66-
5. [Mac/Linux only] Install Ansible Galaxy roles required for this VM: `$ sudo ansible-galaxy install -r requirements.txt`
66+
5. [Mac/Linux only] Install Ansible Galaxy roles required for this VM: `$ sudo ansible-galaxy install -r provisioning/requirements.txt`
6767
6. Type in `vagrant up`, and let Vagrant do its magic.
6868

6969
Note: *If there are any errors during the course of running `vagrant up`, and it drops you back to your command prompt, just run `vagrant provision` to continue building the VM from where you left off. If there are still errors after doing this a few times, post an issue to this project's issue queue on GitHub with the error.*
File renamed without changes.

0 commit comments

Comments
 (0)