Skip to content

Commit 48346c4

Browse files
committed
Readd requirements file.
1 parent c710e28 commit 48346c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ansible/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
To run the role that configures my terminal environment run
44

55
```bash
6-
$ ansible-playbook -i localhost playbooks/main.yaml
6+
$ ansible-galaxy install -r requirements.yml
7+
$ ansible-playbook -i localhost playbooks/main.yml
78
```
89

910
There's also playbooks to install other kinds of software on Ubuntu.

ansible/requirements.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Install a role from the Ansible Galaxy
2+
- src: [email protected]:lnunno/lucas-role.git
3+
scm: git
4+
- src: geerlingguy.docker

0 commit comments

Comments
 (0)