1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Merge pull request #1706 from ansible/AlanCoding-patch-1

Fix syntax error in docs
This commit is contained in:
Alan Rominger 2018-05-07 14:42:09 -04:00 committed by GitHub
commit 459362daa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ certificate/key data:
"template": "[mycloud]\ntoken={{api_token}}"
},
"env": {
"MY_CLOUD_INI_FILE": "{{tower.filename}"
"MY_CLOUD_INI_FILE": "{{tower.filename}}"
}
}