Git Product home page Git Product logo

ansible-packer's Introduction

ansible-packer's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-packer's Issues

packer_cleanup

The new cleanup task is failing with undefined on packer_cleanup. I guess you might have forgotten to check in a file.

/defaults/main.yml packer_clean=False
/tasks/main.yml when: packer_cleanup

No file was found when using first_found

Play:

---
- hosts: localhost
  gather_facts: no
  vars:
  roles:
    - andrewrothstein.packer

Error:

No file was found when using first_found. Use errors='ignore' to allow this task to be skipped if no files are found

Apparently gather_facts is mandatory, but it is not easy to see and it's not documented.

Please depend on v1.0.12 of andrewrothstein.unarchive-deps

This should fix ansible-lint warnings.

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:3
  include_vars: "{{item}}"

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:6
        - "{{ansible_distribution}}-{{ansible_distribution_release}}.yml"

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:7
        - "{{ansible_distribution}}.yml"

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:8
        - "{{ansible_os_family}}.yml"

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:11
        - '{{role_path}}/vars'

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:14
  become: '{{unarchive_deps_privilege_escalation | default(True)}}'

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:17
    - '{{unarchive_deps_all_pkgs}}'

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:18
    - '{{unarchive_deps_tar_pkg|default("tar")}}'

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:19
    - '{{unarchive_deps_xz_pkg|default("xz")}}'

[206] Variables should have spaces before and after: {{ var_name }}
ansible/roles/andrewrothstein.unarchive-deps/tasks/main.yml:21
    name: '{{item}}'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.