diff options
author | Matt Martz <matt@sivel.net> | 2022-01-27 18:26:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 18:26:30 +0100 |
commit | 3cf71ddf69ee7599702d6cc2d854e17794b2e518 (patch) | |
tree | fe11dd0512cd35acb9c94755150eed4dcf94fee5 /test/integration/targets/package | |
parent | Update developing_modules_general_windows.rst (#76846) (diff) | |
download | ansible-3cf71ddf69ee7599702d6cc2d854e17794b2e518.tar.xz ansible-3cf71ddf69ee7599702d6cc2d854e17794b2e518.zip |
The final `output_dir` pr (#76862)
Diffstat (limited to 'test/integration/targets/package')
-rw-r--r-- | test/integration/targets/package/tasks/main.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/integration/targets/package/tasks/main.yml b/test/integration/targets/package/tasks/main.yml index c8b75da4b1..c17525d8d1 100644 --- a/test/integration/targets/package/tasks/main.yml +++ b/test/integration/targets/package/tasks/main.yml @@ -16,14 +16,6 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see <http://www.gnu.org/licenses/>. -- set_fact: output_dir_test={{output_dir}}/at - -- name: make sure our testing sub-directory does not exist - file: path="{{ output_dir_test }}" state=absent - -- name: create our testing sub-directory - file: path="{{ output_dir_test }}" state=directory - # Verify correct default package manager for Fedora # Validates: https://github.com/ansible/ansible/issues/34014 - block: |