Commit Graph

21 Commits

Author SHA1 Message Date
Robert Kaussow fc6d5636a8
chore: remove six and switch to native python3 syntax (#183) 2021-08-08 21:25:03 +02:00
Robert Kaussow 5dae0a6976
fix: add missing vault yaml tag (#113) 2021-04-13 22:27:26 +02:00
Robert Kaussow 0b68e2c120
fix: handle exception during ansibles construct mapping 2021-01-31 14:17:57 +01:00
Robert Kaussow 777415731d
fix: handle custom yaml tag '!unsafe' 2021-01-11 12:08:55 +01:00
Robert Kaussow 5fc13d790e
feat: reduce duplicate error logs while processing files with parsing issues (#61) 2021-01-09 13:16:08 +01:00
Robert Kaussow 8a4d291342
fix issue with conflicting action statements
This PR will address https://github.com/xoxys/ansible-later/issues/35.

Collected metadata will be temp. removed from the raw task dict before
passing it to Ansibles `ModuleArgsParser` class. After processing, the
metadata will be added back to the result dict.
2020-09-26 14:13:09 +02:00
Robert Kaussow 6dbfd81152 add flake8-pep3101 2020-04-11 16:20:41 +02:00
Robert Kaussow ccc9e5b6d7 fix linting issues 2020-04-05 14:54:39 +02:00
Robert Kaussow 675bb6271e add yapf as formatter 2020-04-05 14:33:43 +02:00
Robert Kaussow 031bbc93ad remove old vault passowrd references (obsolete) 2019-06-21 11:51:02 +02:00
Robert Kaussow b55eee5ddf fix splitting modules argument string 2019-06-21 11:43:55 +02:00
Robert Kaussow bdeded30f2 force single line in isort and fix pep8 issues 2019-04-10 16:09:37 +02:00
Robert Kaussow 40acaa0b13 add some missing docstrings 2019-04-10 14:50:48 +02:00
Robert Kaussow 703b0e4e58 cleanup 2019-04-05 22:05:06 +02:00
Robert Kaussow fa14538f20 add some details to json logs 2019-04-03 23:39:27 +02:00
Robert Kaussow be74192c67 refactor logging and candidates 2019-04-02 16:34:03 +02:00
Robert Kaussow 592da84e85 complete rewrite for settings and logging 2019-04-01 15:07:22 +02:00
Robert Kaussow bae3078c75 add block paramters to __ansible_action_meta__ if task is 'block' 2019-02-19 10:09:23 +01:00
Robert Kaussow 961b965f96 fix wrong line numbers in normalized yaml 2019-01-28 11:04:44 +01:00
Robert Kaussow 51c5f43e5c reactor lin number handling for yaml files 2019-01-25 15:08:37 +01:00
Robert Kaussow 6e20d9bac5 initial commit 2018-12-19 11:19:07 +01:00