Skip to content

Commit

Permalink
implements bug fix to ensure pbs dataservice starts up successfully (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
egmsft authored May 3, 2024
1 parent f320ac4 commit dff26f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbooks/roles/pbsserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,12 @@
service:
name: postgresql
state: started
when: ansible_distribution in ['CentOS', 'AlmaLinux']

- name: start pbs-server
service:
name: pbs
state: started

- name: check pbs connection
command: qstat
command: /opt/pbs/bin/qstat

0 comments on commit dff26f7

Please sign in to comment.