aboutsummaryrefslogtreecommitdiffhomepage
path: root/molecule/default/converge.yml
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-03-01 18:33:54 +0100
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-04-14 15:11:45 +0200
commitd6d36322e71c29c9cd8b8619ce55f32aedaf1ae4 (patch)
treeabc1ed30adcfaf092c738c5f978ca71ec6a45084 /molecule/default/converge.yml
parent08e40e4a45d715a367dbd60e3fe89553ce479d2c (diff)
downloadansible-netdata_straight-d6d36322e71c29c9cd8b8619ce55f32aedaf1ae4.tar.gz
ansible-netdata_straight-d6d36322e71c29c9cd8b8619ce55f32aedaf1ae4.tar.zst
ansible-netdata_straight-d6d36322e71c29c9cd8b8619ce55f32aedaf1ae4.zip
add github action CI
Diffstat (limited to 'molecule/default/converge.yml')
-rw-r--r--molecule/default/converge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml
index 20810f0..37f6dea 100644
--- a/molecule/default/converge.yml
+++ b/molecule/default/converge.yml
@@ -4,4 +4,4 @@
4 tasks: 4 tasks:
5 - name: "Include netdata-straight" 5 - name: "Include netdata-straight"
6 include_role: 6 include_role:
7 name: "netdata_straight" 7 name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"