Skip to content

Commit

Permalink
Added Python bootstrap role as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlesmithjr committed Feb 25, 2020
1 parent 3cf1e30 commit 20ae374
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecule/shared/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
- name: Converge
hosts: all
tasks:
- name: Include ansible-bootstrap-python
include_role:
name: ansible-bootstrap-python
- name: Include ansible-kea-dhcp
include_role:
name: ansible-kea-dhcp
3 changes: 3 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
debuglevel: 0
pri_domain_name: test.vagrant.local
tasks:
- name: Include ansible-bootstrap-python
include_role:
name: ansible-bootstrap-python
- name: Include ansible-kea-dhcp
include_role:
name: ansible-kea-dhcp
2 changes: 2 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
- src: https://github.com/mrlesmithjr/ansible-bootstrap-python.git

0 comments on commit 20ae374

Please sign in to comment.