diff options
| author | admin | 2024-09-19 10:16:16 +0200 |
|---|---|---|
| committer | admin | 2024-09-19 10:16:16 +0200 |
| commit | b64441ad8a03eb6a1bc536d169a3e555af3f6bde (patch) | |
| tree | a43aba79460d42fe58776f4391926a27dd6352b3 /roles/php/tasks/main.yml | |
| parent | d7041c181036632e8df44fa61412237db68f5864 (diff) | |
| parent | 34751fc24764a1c06b9606e75a730feefc891777 (diff) | |
| download | ansible-b64441ad8a03eb6a1bc536d169a3e555af3f6bde.tar.gz | |
merged
Diffstat (limited to 'roles/php/tasks/main.yml')
| -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' |
