Skip to content

Commit

Permalink
debug 8
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 1, 2024
1 parent bb38c5c commit f2ff013
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@
state: directory
mode: 0755
# Lock down the read-write node in the read-only cluster
- name: install checkpolicy
become: true
ansible.builtin.dnf:
update_cache: true
name: nfs-utils
state: present

- name: Display nfs-server status
command: systemctl status nfs-server
command: sudo systemctl enable --now nfs-server
register: command_output

- name: Print to console
Expand Down

0 comments on commit f2ff013

Please sign in to comment.