Skip to content

Commit eb3e1f7

Browse files
committed
added simple script printing changes in local config (using colordiff)
1 parent a51b7dc commit eb3e1f7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ansible/roles/tensorflow/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
apt: name={{item}} state=latest
99
with_items:
1010
- aptitude
11+
- colordiff
1112
- wget
1213
- python-dev
1314
- python3-dev

config/diff.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
echo "(1/2) config local:"
4+
colordiff config.local.sample.yml config.local.yml
5+
6+
echo "(2/2) config obj_detect:"
7+
colordiff config.obj_detect.sample.yml config.obj_detect.yml

0 commit comments

Comments
 (0)