diff --git a/tests/integration/targets/nomad/aliases b/tests/integration/targets/nomad/aliases index 82c6f51606..3141aee60b 100644 --- a/tests/integration/targets/nomad/aliases +++ b/tests/integration/targets/nomad/aliases @@ -4,4 +4,3 @@ destructive skip/aix skip/centos6 skip/freebsd -disabled # FIXME diff --git a/tests/integration/targets/nomad/tasks/nomad_job.yml b/tests/integration/targets/nomad/tasks/nomad_job.yml index ed8ef2590d..f2137f4eff 100644 --- a/tests/integration/targets/nomad/tasks/nomad_job.yml +++ b/tests/integration/targets/nomad/tasks/nomad_job.yml @@ -56,6 +56,15 @@ content: "{{ lookup('file', 'job.hcl') }}" register: job_deployed_idempotence +- name: get list of nomad jobs + nomad_job_info: + host: localhost + use_ssl: false + register: list_nomad_jobs + +- debug: + msg: "{{ list_nomad_jobs }}" + - name: run check delete nomad job nomad_job: host: localhost @@ -80,6 +89,15 @@ name: example register: get_job_delete +- name: get list of nomad jobs + nomad_job_info: + host: localhost + use_ssl: false + register: list_nomad_jobs + +- debug: + msg: "{{ list_nomad_jobs }}" + - name: assert idempotence assert: that: