Skip to content

Commit

Permalink
Clarify effects of --offline flag (#2896)
Browse files Browse the repository at this point in the history
Co-authored-by: Anders Forsman <[email protected]>
  • Loading branch information
Andeye and Andeye authored Jan 16, 2023
1 parent cf44c41 commit ccb28f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ warn_list:
# write_list:
# - all

# Offline mode disables installation of requirements.yml
# Offline mode disables installation of requirements.yml and schema refreshing
offline: true

# Return success if number of violations compared with previous git
Expand Down
2 changes: 1 addition & 1 deletion src/ansiblelint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def get_cli_parser() -> argparse.ArgumentParser:
dest="offline",
action="store_const",
const=True,
help="Disable installation of requirements.yml",
help="Disable installation of requirements.yml and schema refreshing",
)
parser.add_argument(
"--version",
Expand Down

0 comments on commit ccb28f1

Please sign in to comment.