diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/site.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/site.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/tools/testbed-setup/ansible/site.yaml b/resources/tools/testbed-setup/ansible/site.yaml index 6ea7fa1d0f..5ac76ca340 100644 --- a/resources/tools/testbed-setup/ansible/site.yaml +++ b/resources/tools/testbed-setup/ansible/site.yaml @@ -12,3 +12,6 @@ - import_playbook: nomad.yaml tags: nomad + +- import_playbook: dev.yaml + tags: dev |