Skip to content

Commit

Permalink
simple-playbook: drop ansible_user
Browse files Browse the repository at this point in the history
since it's no longer being set

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek committed Jan 15, 2021
1 parent 0f3f301 commit 36879d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/md_docs/usage.md
Expand Up @@ -72,8 +72,6 @@ This is how the playbook looks:
target_image:
name: a-very-nice-image
working_dir: /src
labels:
built-by: '{{ ansible_user }}'
environment:
FILE_TO_PROCESS: README.md
tasks:
Expand Down
2 changes: 0 additions & 2 deletions simple-playbook.yaml
Expand Up @@ -12,8 +12,6 @@
target_image:
name: a-very-nice-image
working_dir: /src
labels:
built-by: '{{ ansible_user }}'
environment:
FILE_TO_PROCESS: README.md
tasks:
Expand Down

0 comments on commit 36879d7

Please sign in to comment.