diff --git a/mgmt/debug.yml b/mgmt/debug.yml new file mode 100644 index 0000000..818e31a --- /dev/null +++ b/mgmt/debug.yml @@ -0,0 +1,4 @@ +- debug: + msg: hello from import + +- import_tasks: import-b.yml \ No newline at end of file diff --git a/mgmt/print.yml b/mgmt/print.yml deleted file mode 100644 index 465ee7d..0000000 --- a/mgmt/print.yml +++ /dev/null @@ -1,2 +0,0 @@ -- debug: - msg: hello from {{ ansible_host }} \ No newline at end of file