Merge "Add netvirt csit job to use apex images"
[releng/builder.git] / packer / templates / robot.json
index cff9a0e1c3041e359262bdda74bd287ed601977d..d0f61e78de72d1c24daa5fbfa6d91eeaf4ef02b2 100644 (file)
       ],
       "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"
     },
+    {
+      "type": "shell-local",
+      "command": "./common-packer/ansible-galaxy.sh {{user `ansible_roles_path`}}"
+    },
     {
       "type": "ansible",
       "playbook_file": "provision/robot.yaml",