diff options
author | Jonathan Bauer | 2018-02-09 16:53:38 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-02-09 16:53:38 +0100 |
commit | a4ab0dc1f86adde4baf40beec2f60013aab01f67 (patch) | |
tree | a82c77c89bc168c7c78caef2f9aa506d7695d48e | |
parent | [bwlp] remove unneeded packer version (diff) | |
download | ansible-dracut-a4ab0dc1f86adde4baf40beec2f60013aab01f67.tar.gz ansible-dracut-a4ab0dc1f86adde4baf40beec2f60013aab01f67.tar.xz ansible-dracut-a4ab0dc1f86adde4baf40beec2f60013aab01f67.zip |
[bwlp] remove redundant setup pre-task
gather_facts does the same
-rw-r--r-- | setup-bwlp.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setup-bwlp.yml b/setup-bwlp.yml index 5dff2ab..0c418b7 100644 --- a/setup-bwlp.yml +++ b/setup-bwlp.yml @@ -1,7 +1,5 @@ --- - hosts: "all" gather_facts: yes - pre_tasks: - - setup: roles: - { role: "setup-bwlp" } |