fix become

This commit is contained in:
Kevin Fenzi 2017-12-16 23:39:31 +00:00
parent ab7f61840f
commit a891cf8b96

View file

@ -126,7 +126,8 @@
- name: Deploy mirrorlist data files (if this is a initial install)
shell: "rsync -az --delete-delay --delay-updates --delete /var/lib/mirrormanager/{*pkl,*txt} {{ inventory_hostname }}:/srv/mirrorlist/data/mirrorlist1/ creates=/srv/mirrorlist/data/mirrorlist1/mirrorlist_cache.pkl"
become: mirrormanager
become: yes
become_user: mirrormanager
delegate_to: "mm-backend01.phx2.fedoraproject.org"
when: env == "production"
tags: