diff options
| author | jerome <jerome@xlinfo.fr> | 2025-01-29 12:16:12 +0100 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-01-29 12:16:12 +0100 |
| commit | 23ff2b6c3f4ca6335086a0336708035432bd9a09 (patch) | |
| tree | b0d6b8d8012d65b3c3dae459357ecf59683f7d50 /upgrade.yml | |
| parent | 948266d1c7f1ae107487699340715ddd41665f01 (diff) | |
| download | ansible-lamp-23ff2b6c3f4ca6335086a0336708035432bd9a09.tar.gz ansible-lamp-23ff2b6c3f4ca6335086a0336708035432bd9a09.zip | |
includes et imports
Diffstat (limited to 'upgrade.yml')
| -rw-r--r-- | upgrade.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/upgrade.yml b/upgrade.yml new file mode 100644 index 0000000..2f2f372 --- /dev/null +++ b/upgrade.yml @@ -0,0 +1,7 @@ +--- +- hosts: all + tasks: + - package: + name: "*" + state: latest + update_cache: yes |
