updating playbook

This commit is contained in:
2021-03-03 13:34:35 +00:00
parent 743c1f8a57
commit e6d6bf9950

View File

@@ -1,5 +1,12 @@
--- ---
- hosts: all - hosts: all
vars:
install_cargo_packages: false
roles: roles:
- role: setup
- role: shell - role: shell
tags: shell - role: python
- role: rust
- role: terraform
- role: go
- role: cleanup