Skip to content

Commit

Permalink
Merge pull request #395 from rebtoor/ceph_client_files-production-pro…
Browse files Browse the repository at this point in the history
…file

Make `edpm_ceph_client_files` role compliant with ansible-lint production profile
  • Loading branch information
openshift-ci[bot] authored Oct 5, 2023
2 parents 19ed55e + eb46cdb commit 32fd89b
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 32fd89b

Please sign in to comment.