diff options
| author | Maximilian Möhring | 2024-09-19 10:09:37 +0200 |
|---|---|---|
| committer | Maximilian Möhring | 2024-09-19 10:09:37 +0200 |
| commit | 3cb036326c632875d2417004d4d5f070eb620da9 (patch) | |
| tree | a441755f89641ce65c08e74b8dbb4a9484155b27 /roles/php | |
| parent | 963e76aa55e4c5aec79d43dd6784c3aaf722d8bf (diff) | |
| download | ansible-3cb036326c632875d2417004d4d5f070eb620da9.tar.gz | |
add role nodejs
Diffstat (limited to 'roles/php')
| -rw-r--r-- | roles/php/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/php/tasks/main.yml b/roles/php/tasks/main.yml index b11e694..0ae202d 100644 --- a/roles/php/tasks/main.yml +++ b/roles/php/tasks/main.yml @@ -1,10 +1,10 @@ -- name: uninstall packages +- name: uninstall php packages apt: name: '{{ php_absent }}' state: absent purge: yes -- name: install packages +- name: install php packages apt: name: '{{ php_present }}' install_recommends: 'no' |
