Skip to content
Snippets Groups Projects
Commit cc9e2c9e authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent af056c06
No related branches found
No related tags found
No related merge requests found
---
users: [] users: []
--- ---
galaxy_info: galaxy_info:
author: "jurgenhaas" author: jurgenhaas
company: "PARAGON Executive Services GmbH" company: PARAGON Executive Services GmbH
min_ansible_version: 1.4 min_ansible_version: 1.4
platforms: platforms:
- name: Ubuntu - name: Ubuntu
versions: versions:
- precise - precise
- quantal - quantal
- raring - raring
- saucy - saucy
categories: categories:
- development - development
dependencies: [] dependencies: []
...@@ -5,8 +5,9 @@ ...@@ -5,8 +5,9 @@
--- ---
# file: main.yml # file: main.yml
- name: Check requirements: is the user hash defined - name: Check requirement if the user hash is defined
local_action: shell echo "There are no users defined" shell: echo "There are no users defined"
delegate_to: localhost
when: not users when: not users
changed_when: no changed_when: no
failed_when: not users failed_when: not users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment