mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
retrace: deal with space in opsys
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
notify: restart httpd
|
||||
|
||||
- name: add repositories
|
||||
command: faf repoadd {{ item.name }} yum {{ item.url }}
|
||||
command: faf repoadd "{{ item.name }}" yum "{{ item.url }}"
|
||||
become: yes
|
||||
become_user: faf
|
||||
ignore_errors: yes
|
||||
@@ -71,7 +71,7 @@
|
||||
with_items: "{{ faf_repos }}"
|
||||
|
||||
- name: repoassign repositories
|
||||
command: faf repoassign {{ item.name }} {{ item.opsys }} {{ item.arch }}
|
||||
command: faf repoassign "{{ item.name }}" "{{ item.opsys }}" "{{ item.arch }}"
|
||||
become: yes
|
||||
become_user: faf
|
||||
ignore_errors: yes
|
||||
|
||||
Reference in New Issue
Block a user