Skip to content

Commit

Permalink
fix test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 2, 2021
1 parent a51be37 commit 5dd7706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Expand Up @@ -126,7 +126,7 @@
#file: systemd-zerg.yml
#apply:
#tags: galaxy_manage_systemd
#when: galaxy_systemd.mode == "zerg"
#when: galaxy_manage_systemd and galaxy_systemd.mode == "zerg"
#tags:
#- galaxy_manage_systemd

Expand All @@ -135,7 +135,7 @@
file: systemd-mule.yml
apply:
tags: galaxy_manage_systemd
when: galaxy_systemd.mode == "mule"
when: galaxy_manage_systemd and galaxy_systemd.mode == "mule"
tags:
- galaxy_manage_systemd

Expand Down

0 comments on commit 5dd7706

Please sign in to comment.