diff options
| author | admin | 2023-12-18 14:49:09 +0100 |
|---|---|---|
| committer | admin | 2023-12-18 14:49:09 +0100 |
| commit | 64dfd20134ee028cc865745d8d8bfec31299ff0a (patch) | |
| tree | 240e1552d24c2ae84d809846d66daef818826420 /roles/apt/handlers | |
| download | ansible-64dfd20134ee028cc865745d8d8bfec31299ff0a.tar.gz | |
initial commit
Diffstat (limited to 'roles/apt/handlers')
| -rw-r--r-- | roles/apt/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/apt/handlers/main.yml b/roles/apt/handlers/main.yml new file mode 100644 index 0000000..b2e42b0 --- /dev/null +++ b/roles/apt/handlers/main.yml @@ -0,0 +1,3 @@ +- name: update apt + apt: + update_cache: yes |
