Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Oct 10, 2023
1 parent 8e3587b commit f3639f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion roles/jws/tasks/apply_cp/prereqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@
- jws_home_state.stat.exists
- jws_home_state.stat.isdir is defined
- jws_home_state.stat.isdir

10 changes: 5 additions & 5 deletions roles/jws/tasks/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
- (rhn_username is defined and rhn_password is defined) or (jws_patch_version is defined and jws_patch_version | length > 0)
quiet: True
fail_msg: "When applying patches, you need to provide the zipfile and its version in jws_patch_version, or define customer portal credentials to download."
when:
- jws_offline_install
- jws_apply_patches
- jws.install_method == 'zipfiles'
when:
- jws_offline_install
- jws_apply_patches
- jws.install_method == 'zipfiles'

- name: "Ensure zipfiles exist on controller when installing offline."
when:
- jws_offline_install
- jws_offline_install
- jws.install_method == 'zipfiles'
block:
- name: "Check main zipfile"
Expand Down

0 comments on commit f3639f9

Please sign in to comment.