forked from infra/ansible
fix typo for osbs-client conf j2 template
This commit is contained in:
parent
8f3a5a2015
commit
23256d6f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@
|
|||
action: "{{ ansible_pkg_mgr }} name=osbs-client state=installed"
|
||||
|
||||
- name: apply osbs-client templated config
|
||||
template: src=osbs.conf.j3 dest={{ osbs_client_conf_path }}
|
||||
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue