diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-26 14:30:47 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-26 14:30:47 +0100 |
commit | 4dd314376968d99abe67e1c49ad8032d3a2b96c2 (patch) | |
tree | ceea8979022ede8f489a5ee0ef3afc920d75001b /ansible/plays | |
parent | 9e4e02fdfb5a9e038c5e09a38fa51b457164156b (diff) | |
download | infra-4dd314376968d99abe67e1c49ad8032d3a2b96c2.tar.gz infra-4dd314376968d99abe67e1c49ad8032d3a2b96c2.tar.bz2 infra-4dd314376968d99abe67e1c49ad8032d3a2b96c2.tar.xz infra-4dd314376968d99abe67e1c49ad8032d3a2b96c2.zip |
fixes
Diffstat (limited to 'ansible/plays')
-rw-r--r-- | ansible/plays/malabaricus-base.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/plays/malabaricus-base.yml b/ansible/plays/malabaricus-base.yml index e782fb2..79a93e1 100644 --- a/ansible/plays/malabaricus-base.yml +++ b/ansible/plays/malabaricus-base.yml @@ -4,6 +4,8 @@ - import_role: name: unix-machine - import_role: + name: timezone + - import_role: name: lusers - import_role: name: superusers |