mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix permissions on osbs.conf
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
action: "{{ ansible_pkg_mgr }} name=osbs-client state=installed"
|
||||
|
||||
- name: apply osbs-client templated config
|
||||
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }}
|
||||
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }} mode=0600
|
||||
|
||||
|
||||
Reference in New Issue
Block a user