mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 09:07:45 -02:30
Fixing linting
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
#- name: Generate a random string for test
|
||||
# - name: Generate a random string for test
|
||||
# set_fact:
|
||||
# test_id: "{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
||||
# when: test_id is not defined
|
||||
|
||||
#- name: Generate names
|
||||
# - name: Generate names
|
||||
# set_fact:
|
||||
# proj_name: "AWX-Collection-tests-tower_job_launch-project-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
credential: "Demo Credential"
|
||||
module_name: "command"
|
||||
module_args: "echo I<3 Ansible"
|
||||
wait: True
|
||||
wait: true
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
#- name: Generate a random string for test
|
||||
# - name: Generate a random string for test
|
||||
# set_fact:
|
||||
# test_id: "{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
||||
# when: test_id is not defined
|
||||
|
||||
#- name: Generate names
|
||||
# - name: Generate names
|
||||
# set_fact:
|
||||
# proj_name: "AWX-Collection-tests-tower_job_launch-project-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
#- name: Generate a random string for test
|
||||
# - name: Generate a random string for test
|
||||
# set_fact:
|
||||
# test_id: "{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
||||
# when: test_id is not defined
|
||||
|
||||
#- name: Generate names
|
||||
# - name: Generate names
|
||||
# set_fact:
|
||||
# proj_name: "AWX-Collection-tests-tower_job_launch-project-{{ lookup('password', '/dev/null chars=ascii_letters length=16') }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user