tobiko/vagrant/devstack/provision.yaml
Federico Ressi 43e88151b2 Fix copy of local.conf (permissions escalation)
Change-Id: I836a2884a2cb9cf381be8d9de223c59047242711
2020-06-26 10:33:39 +02:00

23 lines
437 B
YAML

---
- hosts: all
vars:
tobiko_src_dir: "{{ playbook_dir | realpath | dirname | dirname }}"
pre_tasks:
- name: "update APT database"
apt:
update_cache: yes
cache_valid_time: 3600
become: yes
when:
- ansible_os_family == 'Debian'
roles:
- tobiko-copy-resolv-conf
- tobiko-redhat-subscription
- tobiko-ensure-ssh-keys
- tobiko-ensure-python3
- tobiko-devstack