File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ "$TRAVIS_PYTHON_VERSION" != "2.7" ]; then
13
13
echo " ###################### Ansible-lint ######################"
14
14
echo " ##########################################################"
15
15
echo " "
16
- ansible-lint
16
+ ansible-lint --profile production
17
17
fi
18
18
19
19
echo " "
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ Module Defaults
177
177
---------------
178
178
179
179
Ansible has a module defaults feature to use the same values during every use of
180
- a task , rather than repeating the values . Here we can set the host url and
181
- credentials of the **cmci_get ** task to be the same throughout the playbook.
180
+ a module , rather than repeating them everytime . Here we can set the host url and
181
+ credentials of the **cmci_get ** module to be the same throughout the playbook.
182
182
183
183
.. code-block :: yaml
184
184
module_defaults :
@@ -188,7 +188,7 @@ credentials of the **cmci_get** task to be the same throughout the playbook.
188
188
cmci_password : " {{ cmci_password }}"
189
189
190
190
191
- If you wish to use the same values in **all ** CMCI tasks , you can assign them
191
+ If you wish to use the same values in **all ** CMCI modules , you can assign them
192
192
to the group called **cmci_group **.
193
193
194
194
.. code-block :: yaml
Original file line number Diff line number Diff line change 1
1
---
2
- requires_ansible : " >=2.10.7 "
2
+ requires_ansible : " >=2.11 "
3
3
action_groups :
4
4
cmci_group :
5
5
- cmci_action
You can’t perform that action at this time.
0 commit comments