diff --git a/ansible/site.yml b/ansible/site.yml index a211da17b..faeca23fd 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -27,7 +27,6 @@ - import_playbook: slurm.yml - import_playbook: portal.yml - import_playbook: monitoring.yml -- import_playbook: final.yml - name: Run post.yml hook vars: @@ -37,4 +36,6 @@ import_playbook: "{{ hook_path if hook_path | exists else 'noop.yml' }}" when: hook_path | exists +- import_playbook: final.yml + ... \ No newline at end of file