@@ -8,13 +8,13 @@
|
|||||||
#===================================================================================================
|
#===================================================================================================
|
||||||
|
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
|
||||||
# Clean up the system
|
# Clean up the system
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: cleanup package cache (debian and ubuntu)
|
- name: cleanup package cache (debian and ubuntu)
|
Reference in New Issue
Block a user