Skip to content

Commit

Permalink
Make edpm_ceph_client_files role compliant with ansible-lint produc…
Browse files Browse the repository at this point in the history
…tion profile

Signed-off-by: Roberto Alfieri <[email protected]>
  • Loading branch information
rebtoor committed Oct 5, 2023
1 parent 19ed55e commit eb46cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/edpm_ceph_client_files/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
ansible.builtin.file:
path: "{{ edpm_ceph_client_files_config_home }}"
state: directory
mode: 0755
mode: "0755"
become: true

- name: Push files from edpm_ceph_client_files_source to all hosts
Expand Down

0 comments on commit eb46cdb

Please sign in to comment.