updating playbook

This commit is contained in:
2021-03-09 18:08:53 +00:00
parent f0d5c0bc46
commit e5421222ca

View File

@@ -1,5 +1,4 @@
--- ---
# local or remote connection
- hosts: all - hosts: all
# - hosts: 127.0.0.1 # - hosts: 127.0.0.1
# connection: local # connection: local
@@ -27,6 +26,7 @@
- role: mac - role: mac
when: target_system == "mac" when: target_system == "mac"
- role: shell - role: shell
- role: npm
- role: python - role: python
- role: rust - role: rust
- role: terraform - role: terraform