system-config/playbooks/update_puppet_version.yaml

13 lines
289 B
YAML

- hosts: 'puppet4'
gather_facts: false
tasks:
- git:
repo: https://git.openstack.org/openstack-infra/system-config
dest: /opt/system-config
force: yes
- shell: ./install_puppet.sh
args:
chdir: /opt/system-config
environment:
PUPPET_VERSION: 4