Playbook attributes rendering ignores soft-set attributes
See original GitHub issueRelated to issue #776
Steps to reproduce
- Define an attribute in the playbook like
:attribute: number 1@. - Define an attribute on a page like
:attribute: number 2. - Refer to an attribute on the page from step 2 like
{attribute} - Attribute on a page is still rendered as “number 1”.
Expected behavior:
Attribute on step 3 is rendered as number 2.
Environment
Plugin Version: 0.35.8
IntelliJ Details: IntelliJ IDEA 2021.2.3 (Community Edition) Build #IC-212.5457.46, built on October 12, 2021 Runtime version: 11.0.12+7-b1504.40 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 2044M Cores: 8 Non-Bundled Plugins: com.github.jk1.ytplugin (2021.3.16), PlantUML integration (5.6.1), org.asciidoctor.intellij.asciidoc (0.35.8) Kotlin: 212-1.5.31-release-546-IJ4638.7
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Playbook ignores attributes auth_pass\authorize and wont ...
I am new to "Ansible". I've created a playbook that backups cisco running config. My problem is that i get an error Invalid...
Read more >Playbook Keywords - Ansible Documentation
Boolean that allows you to ignore task failures due to an unreachable host and continue with the play. This does not affect other...
Read more >2020 NHL DRAFT REPORT THEDRAFTANALYST.COM
calls for it, Lafreniere possesses many traits that scream elite and potential ... of player evaluation -- that renders his last name as...
Read more >SPORT-SCAN DAILY BRIEF
physical attributes and really maturing as a human being, ... there, although it will be difficult to ignore the rumors in the next...
Read more >Ryan's Menu - ATLAS Institute
The jurors deliberated for more than 16 hours over two days, rendering a verdict that ... Or are people with certain traits drawn...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

There is now pre-release 0.35.11 that fixes a bug in 0.35.10.
Please keep this issue, as it adds details and test cases, plus the fact that I should test this with playbooks as well.