Skip to content
Snippets Groups Projects
Commit 81aced3b authored by Chris Hines's avatar Chris Hines
Browse files

copying slurm rpms needs to be done as root

parent c8caff82
No related branches found
No related tags found
No related merge requests found
--- ---
- name: copy rpms - name: copy rpms
copy: src=/tmp/rpmbuild dest=/tmp/ copy: src=/tmp/rpmbuild dest=/tmp/
sudo: true
- name: install munge rpms - name: install munge rpms
shell: "rpm --install /tmp/rpmbuild/RPMS/x86_64/munge*{{ munge_version }}*rpm" shell: "rpm --install /tmp/rpmbuild/RPMS/x86_64/munge*{{ munge_version }}*rpm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment