Skip to content

Commit

Permalink
fix: ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Feb 11, 2019
1 parent a102e36 commit d2cbb11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ galaxy_info:
author: ArchiFleKs
description: Ansible role to bootstrap OS
company: clusterfraks-dynamics
platforms:
- name: GenericLinux
version:
- any

license: Apache

Expand Down
4 changes: 2 additions & 2 deletions tasks/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
when: need_pip.rc != 0

- name: Bootstrap | Install pip
command: "{{ansible_python_interpreter}} ~/get-pip.py"
command: "{{ ansible_python_interpreter }} ~/get-pip.py"
when: need_pip.rc != 0

- name: Bootstrap | Remove get-pip.py
Expand All @@ -59,6 +59,6 @@

- name: Install required python modules
pip:
name: "{{pip_python_coreos_modules}}"
name: "{{ pip_python_coreos_modules }}"
environment:
PATH: "{{ ansible_env.PATH }}:{{ bin_dir }}"

0 comments on commit d2cbb11

Please sign in to comment.