Merge pull request #6 from NIR-Ginko/ODDJOB-18_Disable_vagrant_user

[ODDJOB-18] Disable 'vagrant' user
This commit is contained in:
omgbebebe 2019-06-24 16:14:37 +04:00 committed by GitHub
commit 71791cd3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,15 @@
delay: 3
timeout: 60
# Disable 'vagrant' user if exists. This operation is needed for boxes
# designed to be used by Vagrant. We don't need 'vagrant' user because
# there is a user named 'test' for our needs.
- name: Disable vagrant user
user:
name: vagrant
state: absent
remove: yes
- name: disable apt-cache in tmpfs
block:
- lineinfile: