diff options
author | Jose Luis Franco Arza <jfrancoa@redhat.com> | 2017-09-06 11:50:00 +0200 |
---|---|---|
committer | Carlos Camacho <ccamacho@redhat.com> | 2017-09-07 14:54:16 +0200 |
commit | f37a6f996607f7bd2f180ef473ff54acff852785 (patch) | |
tree | 1d4eb72bcfa72241bcb4ad2300ba9e18b56e466a /docker/services | |
parent | adc76719fb790302be3f8aca96029d58b5ee8351 (diff) |
Add tags in upgrade_tasks for mongodb services.
Patch Ie09ce2a52128eef157e4d768c1c4776fc49f2324 added a new
set of upgrade tasks which were missing the 'tags' keyword.
Closes-Bug: 1715631
Change-Id: Ib1c1aadfbf58c9bccc18667934c8b3c5f38fafa4
(cherry picked from commit 7897d38274cb6435289bc4f4928f96b111e5b4f4)
Diffstat (limited to 'docker/services')
-rw-r--r-- | docker/services/database/mongodb.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/services/database/mongodb.yaml b/docker/services/database/mongodb.yaml index d6bba20b..5cf6f925 100644 --- a/docker/services/database/mongodb.yaml +++ b/docker/services/database/mongodb.yaml @@ -159,6 +159,7 @@ outputs: upgrade_tasks: - name: Check for mongodb service stat: path=/usr/lib/systemd/system/mongod.service + tags: common register: mongod_service - name: Stop and disable mongodb service tags: step2 |