Skip to content

Commit

Permalink
add info about env conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jul 9, 2023
1 parent 71fe831 commit c47f12d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ commands:
copy: {"src": "testdata/*.csv", "dst": "$VAR2"}
```

In case of a conflict between environment variables set in the environment file and the cli, the cli variables will take precedence.

## Targets

Targets are used to define the remote hosts to execute the tasks on. Targets can be defined in the playbook file or passed as a command-line argument. The following target types are supported:
Expand Down

0 comments on commit c47f12d

Please sign in to comment.