diff --git a/tests/remove-profile.yml b/tests/remove-profile.yml new file mode 120000 index 0000000..4af41c6 --- /dev/null +++ b/tests/remove-profile.yml @@ -0,0 +1 @@ +../examples/remove-profile.yml \ No newline at end of file diff --git a/tests/tests_ethernet.yml b/tests/tests_ethernet.yml index 9461435..7ed15d7 100644 --- a/tests/tests_ethernet.yml +++ b/tests/tests_ethernet.yml @@ -35,9 +35,9 @@ # vars: # profile: "{{ interface }}" ## FIXME: assert profile/device down -#- import_playbook: remove-profile.yml -# vars: -# profile: "{{ interface }}" +- import_playbook: remove-profile.yml + vars: + profile: "{{ interface }}" # FIXME: assert profile away - name: Remove interfaces hosts: all