diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 20:56:36 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 20:56:36 +0200 |
commit | 5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6 (patch) | |
tree | 080691d623ab8c31f5e3d7bd5cf19f247cc93db9 /ansible/roles/common | |
parent | 09878271f2a207ffb33c1f293dd26ee97cc6fff2 (diff) | |
download | infrastructure-5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6.tar.gz infrastructure-5e83c8e5fe8f5b9566673e96c6d963bc8d0129d6.zip |
Remove don't need anymore
Diffstat (limited to 'ansible/roles/common')
-rw-r--r-- | ansible/roles/common/tasks/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ansible/roles/common/tasks/main.yml b/ansible/roles/common/tasks/main.yml index 0b15790..b4d00bb 100644 --- a/ansible/roles/common/tasks/main.yml +++ b/ansible/roles/common/tasks/main.yml @@ -12,12 +12,6 @@ autoclean: yes autoremove: yes -- name: "Remove base tools" - apt: - name: - - systemd-resolved - state: absent - - name: "Install base tools" apt: name: |