From ac2a5b98870c86e7b7b92de1bff6b1a9f856533f Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 10 Sep 2020 18:20:38 +0200 Subject: [PATCH] add a the 'php' tag to the task that installs the php packages. --- tasks/wp_prerequisites.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/wp_prerequisites.yml b/tasks/wp_prerequisites.yml index 6185d99..ff1da57 100644 --- a/tasks/wp_prerequisites.yml +++ b/tasks/wp_prerequisites.yml @@ -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 - \ No newline at end of file +