Skip to content

Commit

Permalink
Merge pull request #5788 from osalyk/ansible_clean
Browse files Browse the repository at this point in the history
common: fix configure-pmem.yml file
  • Loading branch information
grom72 authored Jul 7, 2023
2 parents 68d8abc + c1c2fe3 commit 8f69bed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions utils/ansible/configure-pmem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,7 @@
if [ ! -d "${MOUNT_POINT}" ]; then
sudo mkdir ${MOUNT_POINT}
fi
register: script

- debug: var=script
- name: "Create new namespace configuration"
shell: |
sudo mkfs.ext4 -F /dev/${pmem_name}
sudo mount -o dax /dev/${pmem_name} ${MOUNT_POINT}
sudo chown -R {{ testUser }} ${MOUNT_POINT}
Expand Down

0 comments on commit 8f69bed

Please sign in to comment.