Apply ansiblehost to inventory, fix syntax error

This commit is contained in:
Salt 2020-02-06 00:38:04 -06:00
parent 60acdbc9cb
commit 4f0908b245
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@
roles:
- common
- user
- hosts: tag_ansiblehost_true
roles:
- ansiblehost
- hosts: tag_role_nextcloud
vars:
mysql_root_password: !vault |

View File

@ -2,6 +2,7 @@
# vim:ft=ansible:
---
- name: Set up system for Ansible
block:
- name: Install Ansible-required packages via apt
apt:
name: "{{ packages }}"