mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
move install pb to a handler
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
- include: pb.yml
|
||||
|
||||
7
roles/shell/handlers/pb.yml
Normal file
7
roles/shell/handlers/pb.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# install pb
|
||||
---
|
||||
- name: install pb
|
||||
make:
|
||||
chdir: /usr/src/pb
|
||||
target: install
|
||||
become: yes
|
||||
Reference in New Issue
Block a user