- This patch avoids deprecations warning about using sudo/sudo_user instead of become/become_user. - Adds new line at the end of roles/../handlers/main.yaml file. Change-Id: Ia13d3f4b723de5d917cc48b4870425e2f7548e1b Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
7 lines
170 B
YAML
7 lines
170 B
YAML
- name: Set undercloud repo
|
|
hosts: undercloud
|
|
gather_facts: no
|
|
become: yes
|
|
roles:
|
|
- { role: ansible-role-tripleo-overcloud-upgrade, tags: ['upgrade-repo'] }
|