add a the 'php' tag to the task that installs the php packages.

This commit is contained in:
Andrea Dell'Amico 2020-09-10 18:20:38 +02:00
parent 02155ef3fc
commit ac2a5b9887
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
- block:
- name: Install the wordpress php prerequisites
apt: name={{ wordpress_php_prereq }} state=present cache_valid_time=1800
tags: [ 'wordpress', 'php' ]
- name: Get the wordpress CLI tool
get_url: url={{ wordpress_cli_url }} dest={{ wordpress_cli_bin }} mode=0755
@ -12,4 +13,4 @@
tags: wordpress